[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Extensibility.Rendering.Components.Map.GeoData.GeoLinearRing

GeoLinearRing Class

Represents the geospatial ring for the polygons.

Inheritance
GeoLinearRing
Namespace: GrapeCity.ActiveReports.Extensibility.Rendering.Components.Map.GeoData
Assembly: MESCIUS.ActiveReports.Core.Rendering.dll
Syntax
public sealed class GeoLinearRing : GeoLineString

Constructors

Name Description
GeoLinearRing(IEnumerable<GeoPoint>)

Initializes a new instance of the GeoLinearRing class.

Properties

Name Description
Center

Gets the centroid of the polygon.

Extension Methods