Property Centroid
Centroid
Gets the polygon centroid (geometric center) computed via the shoelace formula. If the area is approximately zero, falls back to the average of the four corners.
[JsonIgnore]
public Point Centroid { get; }
Gets the polygon centroid (geometric center) computed via the shoelace formula. If the area is approximately zero, falls back to the average of the four corners.
[JsonIgnore]
public Point Centroid { get; }