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 422
71bcc0c1 6ccb 19a9 4e02 cc5944409b96
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
Gets or sets the ellipse mayor axis.
Namespace: netDxf.Entities
Assembly: netDxf (in netDxf.dll) Version: 3.0.0
C#
public double MajorAxis { get; }
VB
Public ReadOnly Property MajorAxis As Double
Get
C++
public:
property double MajorAxis {
double get ();
}
F#
member MajorAxis : float with get
Double
The major axis is always measured along the ellipse local X axis.