Namespace:  EGIS.ShapeFileLib
Assembly:  EGIS.ShapeFileLib (in EGIS.ShapeFileLib.dll)

Syntax

Visual Basic
Public Shared Function GetTileLatLonBounds ( _
	tileX As Integer, _
	tileY As Integer, _
	zoomLevel As Integer, _
	tileSize As Integer _
) As RectangleD
C#
public static RectangleD GetTileLatLonBounds(
	int tileX,
	int tileY,
	int zoomLevel,
	int tileSize
)
Visual C++
public:
static RectangleD GetTileLatLonBounds(
	int tileX, 
	int tileY, 
	int zoomLevel, 
	int tileSize
)
JavaScript
EGIS.ShapeFileLib.TileUtil.getTileLatLonBounds = function(tileX, tileY, zoomLevel, tileSize);

Parameters

tileX
Type: System..::..Int32
tileY
Type: System..::..Int32
zoomLevel
Type: System..::..Int32
tileSize
Type: System..::..Int32

See Also