Polygon2dIsClockwise Property |
Gets a value indicating if the vertices turn clockwise.
Namespace:
Gile.AutoCAD.Geometry
Assembly:
GeometryExtensions (in GeometryExtensions.dll) Version: 2.0.0.0 (2.0.0.0)
Syntaxpublic bool IsClockwise { get; }
Public ReadOnly Property IsClockwise As Boolean
Get
public:
property bool IsClockwise {
bool get ();
}
member IsClockwise : bool with get
Property Value
Type:
Boolean
See Also