Property Area
Area
Gets the area of the quadrilateral, computed via the shoelace formula.
public double Area { get; }
Property Value
- double
The non-negative area of the polygon.
Gets the area of the quadrilateral, computed via the shoelace formula.
public double Area { get; }
The non-negative area of the polygon.