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

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