New to Telerik UI for WPFStart a free 30-day trial

Tile source which don't provide any tiles.

Definition

Constructors

Initializes a new instance of the EmptyTileMapSource class.

C#
public EmptyTileMapSource()

Initializes a new instance of the EmptyTileMapSource class.

C#
public EmptyTileMapSource(int tileWidth, int tileHeight)
Parameters:tileWidthint

Tile width.

tileHeightint

Tile height.

Methods

Initialize provider.

C#
public override void Initialize()

Overrides: TiledMapSource.Initialize()