Click or drag to resize

RectBitwiseAnd Operator

Determines the Rect structure that represents the intersection of two rectangles.

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 3.4.1.20180605-33-CaRLSharp
Syntax
public static Rect operator &(
	Rect a,
	Rect b
)

Parameters

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

Return Value

Type: Rect
See Also