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 411
5794175a 44e2 80b9 f908 891fa8c62339
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
Checks if the actual instance is a full ellipse.
Namespace: netDxf.Entities
Assembly: netDxf (in netDxf.dll) Version: 3.0.0
C#
public bool IsFullEllipse { get; }
VB
Public ReadOnly Property IsFullEllipse As Boolean
Get
C++
public:
property bool IsFullEllipse {
bool get ();
}
F#
member IsFullEllipse : bool with get
Boolean
An ellipse is considered full when its start and end angles are equal.