Click or drag to resize

RectContains Method (Rect)

Determines if the specified rectangle is contained within the rectangular region defined by this Rectangle.

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 3.4.1.20180605-33-CaRLSharp
Syntax
public bool Contains(
	Rect rect
)

Parameters

rect
Type: OpenCvSharpRect
rectangle

Return Value

Type: Boolean
See Also