ActiveReports 18 .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;}
    See Also