Triangle2dIsClockwise Property |
Gets a value indicating if the points are clockwise.
Namespace:
Gile.AutoCAD.R20.Geometry
Assembly:
GeometryExtensionsR20 (in GeometryExtensionsR20.dll) Version: 2.2.0.0 (2.2.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