Click or drag to resize

Rect2dContains Method (Rect2d)

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(
	Rect2d rect
)

Parameters

rect
Type: OpenCvSharpRect2d
rectangle

Return Value

Type: Boolean
See Also