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