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

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

    Property Value

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