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