[]
        
(Showing Draft Content)

C1.WPF.Maps.MapCanvas

MapCanvas Class

A Panel that positions its elements using geographic coordinates and the current state of an associated C1Maps.

Inheritance
MapCanvas
Namespace: C1.WPF.Maps
Assembly: C1.WPF.Maps.dll
Syntax
public class MapCanvas : Panel, IAnimatable, IFrameworkInputElement, IInputElement, ISupportInitialize, IQueryAmbient, IAddChild, IDisposable

Constructors

Name Description
MapCanvas()

Initializes a new instance of the MapCanvas class.

Fields

Name Description
LongLatProperty

Identifies the LongLat attached property.

PinpointProperty

Identifies the Pinpoint attached property.

Properties

Name Description
IsDisposed

Gets whether this instance is disposed.

Methods

Name Description
ArrangeOverride(Size)
Dispose()
Dispose(bool)
Finalize()

Finalizes this instance of the MapCanvas class.

GetLongLat(DependencyObject)

Gets the value of the LongLat attached property for the specified element.

GetPinpoint(DependencyObject)

Gets the value of the Pinpoint attached property for the specified element.

MeasureOverride(Size)
OnApplyTemplate()
SetLongLat(DependencyObject, Point)

Sets the value of the LongLat attached property for the specified element.

SetPinpoint(DependencyObject, Point)

Sets the value of the Pinpoint attached property for the specified element.