Triangle2dSignedArea Property |
Gets the signed area (negative if points are clockwise).
Obtient l'aire algébrique.
Namespace:
Gile.AutoCAD.R20.Geometry
Assembly:
GeometryExtensionsR20 (in GeometryExtensionsR20.dll) Version: 2.2.0.0 (2.2.0.0)
Syntaxpublic double SignedArea { get; }
Public ReadOnly Property SignedArea As Double
Get
public:
property double SignedArea {
double get ();
}
member SignedArea : float with get
Property Value
Type:
Double
See Also