Click or drag to resize

BoundingRectangle Constructor (Vector2, Vector2)

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(
	Vector2 min,
	Vector2 max
)
Request Example View Source

Parameters

min
Type: netDxfVector2
Lower-left corner.
max
Type: netDxfVector2
Upper-right corner.
See Also