Click or drag to resize

BoundingRectangle Constructor (IEnumerableVector2)

imbVeles Framework: imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Initializes a new axis aligned bounding rectangle.

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

Parameters

points
Type: System.Collections.GenericIEnumerableVector2
A list of Vector2.
See Also