Click or drag to resize

Rect2fContains Method (Point2f)

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(
	Point2f pt
)

Parameters

pt
Type: OpenCvSharpPoint2f
point

Return Value

Type: Boolean

[Missing <returns> documentation for "M:OpenCvSharp.Rect2f.Contains(OpenCvSharp.Point2f)"]

See Also