CvRectContains Method (Int32, Int32) OpenCvSharp Class Library
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.0 (1.0.0.0)
Syntax

public bool Contains(
	int x,
	int y
)

Parameters

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

Return Value

Type: Boolean

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

See Also

Reference