[]
        
(Showing Draft Content)

C1.WPF.Maps.VectorPolygon

VectorPolygon Class

Represents polygon in geographical coordinates.

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

Constructors

Name Description
VectorPolygon()

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 C1VectorPolygon. 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()

Release unmanaged resources

GetScreenBounds()

Gets the element bounds in screen coordinates.