ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Extensibility.Rendering.Components.Map.GeoData Namespace / GeoMultiPolygon Class / Center Property

In This Topic
    Center Property (GeoMultiPolygon)
    In This Topic
    Gets the centroid of the multi polygon shape.
    Syntax
    'Declaration
     
    Public Overrides NotOverridable ReadOnly Property Center As PointF
    public override PointF Center {get;}
    See Also