Namespace:
EGIS.ShapeFileLib
Assembly: EGIS.ShapeFileLib (in EGIS.ShapeFileLib.dll)
Assembly: EGIS.ShapeFileLib (in EGIS.ShapeFileLib.dll)
Syntax
Visual Basic |
---|
Public Shared Function PixelToLL ( _ pixX As Integer, _ pixY As Integer, _ zoomLevel As Integer, _ tileSize As Integer _ ) As PointD |
C# |
---|
public static PointD PixelToLL( int pixX, int pixY, int zoomLevel, int tileSize ) |
Visual C++ |
---|
public: static PointD PixelToLL( int pixX, int pixY, int zoomLevel, int tileSize ) |
JavaScript |
---|
EGIS.ShapeFileLib.TileUtil.pixelToLL = function(pixX, pixY, zoomLevel, tileSize); |
Parameters
- pixX
- Type: System..::..Int32
- pixY
- Type: System..::..Int32
- zoomLevel
- Type: System..::..Int32
- tileSize
- Type: System..::..Int32