Click or drag to resize

TileMapRectangle Constructor

Creates and initializes an instance of MapRectangleByTile.

Namespace:  Ptv.XServer.Controls.Map.TileProviders
Assembly:  Ptv.XServer.Controls.Map (in Ptv.XServer.Controls.Map.dll) Version: 1.7.10.0
Syntax
public TileMapRectangle(
	int x,
	int y,
	int z
)

Parameters

x
Type: SystemInt32
X-coordinate of the tile
y
Type: SystemInt32
Y-coordinate of the tile
z
Type: SystemInt32
Z-coordinate of the tile
See Also