| Rect2dContains Method (Rect2d) |
Determines if the specified rectangle 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(
Rect2d rect
)
Public Function Contains (
rect As Rect2d
) As Boolean
public:
bool Contains(
Rect2d rect
)
member Contains :
rect : Rect2d -> bool
Parameters
- rect
- Type: OpenCvSharpRect2d
rectangle
Return Value
Type:
Boolean[Missing <returns> documentation for "M:OpenCvSharp.Rect2d.Contains(OpenCvSharp.Rect2d)"]
See Also