PolygonGeometry.Center Property
Gets the mass center of the PolygonGeometry disregarding any holes.
Syntax
public Point Center { get; }
Property Value
The mass center of the polygon.
Remarks
This method operates on 2D geometries and all z-coordinate values are ignored.
The result is recalculated every time the property is accessed.
Platforms
Windows, Linux, Android