Click or drag to resize

IImageProviderGetImage Method

Gets the image for a map tile.

Namespace:  TomsToolbox.Wpf.Controls
Assembly:  TomsToolbox.Wpf (in TomsToolbox.Wpf.dll)
Syntax
IImage GetImage(
	IMapTile tile
)

Parameters

tile
Type: TomsToolbox.Wpf.ControlsIMapTile
The tile for which to provide the image.

Return Value

Type: IImage
The image.
See Also