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