Click or drag to resize

GeoTransformTileToPtvSmartUnitAtZoom Method

Envelope rectangle of a certain tile, specified by x- and y-position and zoom level.

Namespace:  Ptv.XServer.Controls.Map.Tools
Assembly:  Ptv.XServer.Controls.Map (in Ptv.XServer.Controls.Map.dll) Version: 1.7.10.0
Syntax
public static Rect TileToPtvSmartUnitAtZoom(
	int tileX,
	int tileY,
	int zoom
)

Parameters

tileX
Type: SystemInt32
X-position of a tile.
tileY
Type: SystemInt32
Y-position of a tile.
zoom
Type: SystemInt32
Zoom level.

Return Value

Type: Rect
Envelope rectangle of the specified tile, specified in PTV-internal SmartUnit coordinates.
See Also