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
)
Public Sub New (
x As Integer,
y As Integer,
z As Integer
)
public:
TileMapRectangle(
int x,
int y,
int z
)
new :
x : int *
y : int *
z : int -> TileMapRectangle
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