Click or drag to resize

BoundingRectangleUnion Method (IEnumerableBoundingRectangle)

imbVeles Framework: imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Obtains the union of a bounding rectangles list .

Namespace:  netDxf
Assembly:  netDXF.Standard (in netDXF.Standard.dll) Version: 2.1.1
Syntax
C#
public static BoundingRectangle Union(
	IEnumerable<BoundingRectangle> rectangles
)
Request Example View Source

Parameters

rectangles
Type: System.Collections.GenericIEnumerableBoundingRectangle
A list of bounding rectangles.

Return Value

Type: BoundingRectangle
The resulting bounding rectangle.
See Also