Method Contains
- Namespace
- OpenCvSharp
- Assembly
- OpenCvSharp.dll
Contains(int, int)
Determines if the specified point is contained within the rectangular region defined by this Rectangle.
public readonly bool Contains(int x, int y)
Parameters
Returns
Contains(Point)
Determines if the specified point is contained within the rectangular region defined by this Rectangle.
public readonly bool Contains(Point pt)
Parameters
ptPointpoint
Returns
Contains(Rect)
Determines if the specified rectangle is contained within the rectangular region defined by this Rectangle.
public readonly bool Contains(Rect rect)
Parameters
rectRectrectangle