[]
Represents polyline in geographical coordinates.
public class VectorPolyline : VectorItemBase, IAnimatable, IFrameworkInputElement, IInputElement, ISupportInitialize, IQueryAmbient, IAddChild, IDisposable
| Name | Description |
|---|---|
| VectorPolyline() |
| Name | Description |
|---|---|
| PointsProperty | Identifies the Points dependency property. |
| PointsSourceProperty | Identifies the PointsSource dependency property. |
| 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). |
| Name | Description |
|---|---|
| Dispose() | Clear the memory. |
| GetScreenBounds() | Gets the element bounds in screen coordinates. |