Click or drag to resize

Rect2fContains Method (Single, Single)

Determines if the specified point 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(
	float x,
	float y
)

Parameters

x
Type: SystemSingle
x-coordinate of the point
y
Type: SystemSingle
y-coordinate of the point

Return Value

Type: Boolean
See Also