Table of Contents

Method Union

Namespace
Aspose.CAD
Assembly
Aspose.CAD.dll

Union(Rectangle, Rectangle)

Gets a Rectangle structure that contains the union of two Rectangle structures.

public static Rectangle Union(Rectangle a, Rectangle b)

Parameters

a Rectangle

A first rectangle to union.

b Rectangle

A second rectangle to union.

Returns

Rectangle

A Rectangle structure that bounds the union of the two Rectangle structures.