ActiveReports 19 .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;}

    Property Value

    A System.Drawing.PointF representing the centroid of the polygon shape.
    See Also