This repository has been archived by the owner on Oct 11, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 407
451be93a 31b0 ee6c db14 ec2db62c6700
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
Initializes a new axis aligned bounding rectangle from a rotated ellipse.
Namespace: netDxf
Assembly: netDxf (in netDxf.dll) Version: 3.0.0
C#
public BoundingRectangle(
Vector2 center,
double majorAxis,
double minorAxis,
double rotation
)
VB
Public Sub New (
center As Vector2,
majorAxis As Double,
minorAxis As Double,
rotation As Double
)
C++
public:
BoundingRectangle(
Vector2 center,
double majorAxis,
double minorAxis,
double rotation
)
F#
new :
center : Vector2 *
majorAxis : float *
minorAxis : float *
rotation : float -> BoundingRectangle
- Vector2
- Center of the ellipse.
- Double
- Major axis of the ellipse.
- Double
- Minor axis of the ellipse.
- Double
- Rotation in degrees of the ellipse.
BoundingRectangle Class
BoundingRectangle Overload
netDxf Namespace