RectangleFUnion Method

Creates the smallest possible third rectangle that can contain both of two rectangles that form a union.

Namespace:  Aspose.CAD
Assembly:  Aspose.CAD (in Aspose.CAD.dll) Version: 20.8
Syntax
public static RectangleF Union(
	RectangleF a,
	RectangleF b
)

Parameters

a
Type: Aspose.CADRectangleF
A first rectangle to union.
b
Type: Aspose.CADRectangleF
A second rectangle to union.

Return Value

Type: RectangleF
A third RectangleF structure that contains both of the two rectangles that form the union.
See Also