[]
        
(Showing Draft Content)

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

GeoMultiLineString Class

Represents the geospatial multi line shape.

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

Constructors

Name Description
GeoMultiLineString(IEnumerable<GeoLineString>)

Initializes a new instance of the GeoMultiLineString class.

Properties

Name Description
Bounds

Returns the bounds of the multi-line shape.

Lines

Gets the line shapes.

Extension Methods