Click or drag to resize

IImageProvider Interface

Implemented by image providers for the Map control.

Namespace:  TomsToolbox.Wpf.Controls
Assembly:  TomsToolbox.Wpf (in TomsToolbox.Wpf.dll)
Syntax
public interface IImageProvider

The IImageProvider type exposes the following members.

Properties
  NameDescription
Public propertyMaxZoom
Gets the maximum zoom factor supported by this provider.
Public propertyMinZoom
Gets the minimum zoom factor supported by this provider.
Top
Methods
  NameDescription
Public methodGetImage
Gets the image for a map tile.
Top
See Also