| Rect2fIntersectsWith Method |
Determines if this rectangle intersects with rect.
Namespace:
OpenCvSharp
Assembly:
OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax public bool IntersectsWith(
Rect2f rect
)
Public Function IntersectsWith (
rect As Rect2f
) As Boolean
public:
bool IntersectsWith(
Rect2f rect
)
member IntersectsWith :
rect : Rect2f -> bool
Parameters
- rect
- Type: OpenCvSharpRect2f
Rectangle
Return Value
Type:
Boolean[Missing <returns> documentation for "M:OpenCvSharp.Rect2f.IntersectsWith(OpenCvSharp.Rect2f)"]
See Also