EllipticalArc2dIsClockWise Property
|
Property that indicates whether this
elliptical arc is drawn clockwise from the start point to the end
point.
Namespace: Teigha.Geometry
Assembly: TD_Mgd (in TD_Mgd.dll) Version:
26.9.0.0
Syntax
public bool IsClockWise { get; }
Public ReadOnly Property IsClockWise As Boolean
Get
public:
property bool IsClockWise {
bool get ();
}
member IsClockWise : bool with get
Property Value
Boolean
See Also