[]
        
(Showing Draft Content)

C1.WPF.Maps.VectorPolyline

VectorPolyline Class

Represents polyline in geographical coordinates.

Namespace: C1.WPF.Maps
Assembly: C1.WPF.Maps.dll
Syntax
public class VectorPolyline : VectorItemBase, IAnimatable, IFrameworkInputElement, IInputElement, ISupportInitialize, IQueryAmbient, IAddChild, IDisposable

Constructors

Name Description
VectorPolyline()

Fields

Name Description
PointsProperty

Identifies the Points dependency property.

PointsSourceProperty

Identifies the PointsSource dependency property.

Properties

Name Description
Bounds

Get the bounds in geographical coordinates.

Points

Gets or sets a collection that contains the vertex points of the C1VectorPolyline. The points represents geographical coordinates where X=longitude and Y=latitude.

PointsSource

Gets or sets a source for the vertex points. The PointsSource is used only if Points property is not set(Points is null value).

Methods

Name Description
Dispose()

Clear the memory.

GetScreenBounds()

Gets the element bounds in screen coordinates.