Click or drag to resize

BoundingRectangle Constructor (Vector2, Double, Double, Double)

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

Namespace:  netDxf
Assembly:  netDXF.Standard (in netDXF.Standard.dll) Version: 2.1.1
Syntax
C#
public BoundingRectangle(
	Vector2 center,
	double majorAxis,
	double minorAxis,
	double rotation
)
Request Example View Source

Parameters

center
Type: netDxfVector2
Center of the ellipse.
majorAxis
Type: SystemDouble
Major axis of the ellipse.
minorAxis
Type: SystemDouble
Minor axis of the ellipse.
rotation
Type: SystemDouble
Rotation in degrees of the ellipse.
See Also