Class EmptyTileMapSource
Tile source which don't provide any tiles.
Inherited Members
Namespace: Telerik.Windows.Controls.Map
Assembly: Telerik.Windows.Controls.DataVisualization.dll
Syntax
public class EmptyTileMapSource : TiledMapSource, IMapSource
Constructors
EmptyTileMapSource()
Initializes a new instance of the EmptyTileMapSource class.
Declaration
public EmptyTileMapSource()
EmptyTileMapSource(Int32, Int32)
Initializes a new instance of the EmptyTileMapSource class.
Declaration
public EmptyTileMapSource(int tileWidth, int tileHeight)
Parameters
System.Int32
tileWidth
Tile width. |
System.Int32
tileHeight
Tile height. |
Methods
Initialize()
Initialize provider.
Declaration
public override void Initialize()