Click or drag to resize

Rect2dContains Method (Double, Double)

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

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax
public bool Contains(
	double x,
	double y
)

Parameters

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

Return Value

Type: Boolean

[Missing <returns> documentation for "M:OpenCvSharp.Rect2d.Contains(System.Double,System.Double)"]

See Also