EllipseIsFullEllipse Property
|
Checks if the actual instance is a full ellipse.
Namespace:
DXFReaderNET.Entities
Assembly:
DXFReaderNET (in DXFReaderNET.dll) Version: 20.10.54
Syntax public bool IsFullEllipse { get; }
Public ReadOnly Property IsFullEllipse As Boolean
Get
public:
property bool IsFullEllipse {
bool get ();
}
member IsFullEllipse : bool with get
PROPERTY IsFullEllipse AS LOGIC GET
Property Value
Type:
BooleanRemarks An ellipse is considered full when its start and end angles are equal or start=0 and end=2PI.
See Also