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