Click or drag to resize

XMapTiledProviderBaseTileToPtvMercatorAtZoom Method

Converts the tile position to PTV Mercator coordinates respecting the zoom factor.

Namespace:  Ptv.XServer.Controls.Map.TileProviders
Assembly:  Ptv.XServer.Controls.Map (in Ptv.XServer.Controls.Map.dll) Version: 1.7.10.0
Syntax
protected void TileToPtvMercatorAtZoom(
	int tileX,
	int tileY,
	int zoom,
	out double xMin,
	out double yMin,
	out double xMax,
	out double yMax
)

Parameters

tileX
Type: SystemInt32
X position of the tile.
tileY
Type: SystemInt32
Y position of the tile.
zoom
Type: SystemInt32
Zoom factor of the tile.
xMin
Type: SystemDouble
Minimum x value of the returned map rectangle.
yMin
Type: SystemDouble
Minimum y value of the returned map rectangle.
xMax
Type: SystemDouble
Maximum x value of the returned map rectangle.
yMax
Type: SystemDouble
Maximum y value of the returned map rectangle.
See Also