CvRectBitwiseAnd Operator OpenCvSharp Class Library
Determines the CvRect structure that represents the intersection of two rectangles.

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

public static CvRect operator &(
	CvRect a,
	CvRect b
)

Parameters

a
Type: OpenCvSharpCvRect
A rectangle to intersect.
b
Type: OpenCvSharpCvRect
A rectangle to intersect.

Return Value

Type: CvRect

[Missing <returns> documentation for "M:OpenCvSharp.CvRect.op_BitwiseAnd(OpenCvSharp.CvRect,OpenCvSharp.CvRect)"]

See Also

Reference