| Rect2dContains Method (Point2d) |
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(
Point2d pt
)
Public Function Contains (
pt As Point2d
) As Boolean
public:
bool Contains(
Point2d pt
)
member Contains :
pt : Point2d -> bool
Parameters
- pt
- Type: OpenCvSharpPoint2d
point
Return Value
Type:
Boolean[Missing <returns> documentation for "M:OpenCvSharp.Rect2d.Contains(OpenCvSharp.Point2d)"]
See Also