RectIntersect Method (Rect)
|
Determines the Rect structure that represents the intersection of two rectangles.
Namespace:
OpenCvSharp
Assembly:
OpenCvSharp (in OpenCvSharp.dll) Version: 3.4.1.20180605-33-CaRLSharp
Syntaxpublic Rect Intersect(
Rect rect
)
Public Function Intersect (
rect As Rect
) As Rect
public:
Rect Intersect(
Rect rect
)
member Intersect :
rect : Rect -> Rect
function Intersect(rect);
Parameters
- rect
- Type: OpenCvSharpRect
A rectangle to intersect.
Return Value
Type:
Rect
See Also