MultiPolygon.GetCenter method

Version 1.0.0-beta002
.NET Framework 4.7
Namespace Skybrud.Essentials.Maps.Geometry.Shapes
Assembly Skybrud.Essentials.Maps.dll

GetCenter()

Virtual

Returns the center point (centroid) of this multi polygon. There is no guarentee that the center point is inside the multi polygon.

public virtual IPoint GetCenter()

Returns

An instance of IPoint.