Rect2dUnion Method (Rect2d)
|
Gets a Rect2d structure that contains the union of two Rect2d structures.
Namespace:
OpenCvSharp
Assembly:
OpenCvSharp (in OpenCvSharp.dll) Version: 3.4.1.20180605-33-CaRLSharp
Syntaxpublic Rect2d Union(
Rect2d rect
)
Public Function Union (
rect As Rect2d
) As Rect2d
public:
Rect2d Union(
Rect2d rect
)
member Union :
rect : Rect2d -> Rect2d
Parameters
- rect
- Type: OpenCvSharpRect2d
A rectangle to union.
Return Value
Type:
Rect2d
See Also