Skip to main content

MapImageDataProviderBase Members

The base class for all Map Image Data Providers.

Constructors

Name Description
MapImageDataProviderBase() Initializes a new instance of the MapImageDataProviderBase class with default settings.

Fields

Name Description
ImageSourceProperty static Identifies the MapImageDataProviderBase.ImageSource dependency property.

Properties

Name Description
ImageSource Returns the image source used to specify the image used to display map data.
Projection Returns the projection used by a MapImageDataProviderBase class descendant.

Methods

Name Description
GetMapSizeInPixels(Double) Returns the map size in pixels.

Events

Name Description
PropertyChanged Occurs every time any of the MapDependencyObject class properties has changed its value. Inherited from MapDependencyObject.
WebRequest Occurs when the Map control sends a request to a web service.
See Also