Click or drag to resize

BoundingRectangleUnion Method (BoundingRectangle, BoundingRectangle)

imbVeles Framework: imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Obtains the union between two bounding rectangles.

Namespace:  netDxf
Assembly:  netDXF.Standard (in netDXF.Standard.dll) Version: 2.1.1
Syntax
C#
public static BoundingRectangle Union(
	BoundingRectangle aabr1,
	BoundingRectangle aabr2
)
Request Example View Source

Parameters

aabr1
Type: netDxfBoundingRectangle
A bounding rectangle.
aabr2
Type: netDxfBoundingRectangle
A bounding rectangle.

Return Value

Type: BoundingRectangle
The resulting bounding rectangle.
See Also