Click or drag to resize

BoundingRectangle Constructor (Vector2, Double, Double)

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 center,
	double width,
	double height
)
Request Example View Source

Parameters

center
Type: netDxfVector2
Center of the bounding rectangle.
width
Type: SystemDouble
Width of the bounding rectangle.
height
Type: SystemDouble
Height of the bounding rectangle.
See Also