Method Contains
- Namespace
- OpenCvSharp
- Assembly
- OpenCvSharp.dll
Contains(float, float)
Determines if the specified point is contained within the rectangular region defined by this Rectangle.
public readonly bool Contains(float x, float y)
Parameters
Returns
Contains(Point2f)
Determines if the specified point is contained within the rectangular region defined by this Rectangle.
public readonly bool Contains(Point2f pt)
Parameters
ptPoint2fpoint
Returns
Contains(Rect2f)
Determines if the specified rectangle is contained within the rectangular region defined by this Rectangle.
public readonly bool Contains(Rect2f rect)
Parameters
rectRect2frectangle