| RectUnion Method (Rect) |
Gets a Rect structure that contains the union of two Rect structures.
Namespace:
OpenCvSharp
Assembly:
OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax public Rect Union(
Rect rect
)
Public Function Union (
rect As Rect
) As Rect
public:
Rect Union(
Rect rect
)
member Union :
rect : Rect -> Rect
Parameters
- rect
- Type: OpenCvSharpRect
A rectangle to union.
Return Value
Type:
Rect[Missing <returns> documentation for "M:OpenCvSharp.Rect.Union(OpenCvSharp.Rect)"]
See Also