Skip to content
This repository has been archived by the owner on Oct 11, 2023. It is now read-only.

71bcc0c1 6ccb 19a9 4e02 cc5944409b96

haplokuon edited this page May 6, 2023 · 1 revision

MajorAxis Property

netDxf 3.0.0 Library

Gets or sets the ellipse mayor axis.

Definition

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

Property Value

Double

Remarks

The major axis is always measured along the ellipse local X axis.

See Also

Reference

Ellipse Class
netDxf.Entities Namespace

Clone this wiki locally