[]
        
(Showing Draft Content)

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

GeoMultiPoint Class

Represents the geospatial multi-point shape.

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

Constructors

Name Description
GeoMultiPoint(IEnumerable<GeoPoint>)

Initializes a new instance of the GeoMultiPoint class.

Properties

Name Description
Bounds

Returns the bounds of the multi-point shape.

IsEmpty

Returns a value indicating whether the collection is empty.

Points

Gets the inner points shapes.

Extension Methods