| RectContains Method (Int32, Int32) |
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(
int x,
int y
)
Public Function Contains (
x As Integer,
y As Integer
) As Boolean
public:
bool Contains(
int x,
int y
)
member Contains :
x : int *
y : int -> bool
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.Rect.Contains(System.Int32,System.Int32)"]
See Also