[]
        
(Showing Draft Content)

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

GeoMultiPolygon Class

Represents the multi polygon shape.

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

Constructors

Name Description
GeoMultiPolygon(IEnumerable<GeoPolygon>)

Initializes new instance of GeoMultiPolygon.

Properties

Name Description
Bounds

Returns the bounds of the multi polygon shape.

Center

Gets the centroid of the multi polygon shape.

Polygons

Gets the inner polygon shapes.

Extension Methods