Method Contains
- Namespace
- OpenCvSharp
- Assembly
- OpenCvSharp.dll
Contains(double, double)
Determines if the specified point is contained within the rectangular region defined by this Rectangle.
public readonly bool Contains(double x, double y)
Parameters
Returns
Contains(Point2d)
Determines if the specified point is contained within the rectangular region defined by this Rectangle.
public readonly bool Contains(Point2d pt)
Parameters
ptPoint2dpoint
Returns
Contains(Rect2d)
Determines if the specified rectangle is contained within the rectangular region defined by this Rectangle.
public readonly bool Contains(Rect2d rect)
Parameters
rectRect2drectangle