| Rect2fContains Method (Rect2f) |
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(
Rect2f rect
)
Public Function Contains (
rect As Rect2f
) As Boolean
public:
bool Contains(
Rect2f rect
)
member Contains :
rect : Rect2f -> bool
Parameters
- rect
- Type: OpenCvSharpRect2f
rectangle
Return Value
Type:
Boolean[Missing <returns> documentation for "M:OpenCvSharp.Rect2f.Contains(OpenCvSharp.Rect2f)"]
See Also