Converts pixel coordinates to map coordinates
Namespace:
EGIS.Controls
Assembly:
EGIS.Controls (in EGIS.Controls.dll)
Syntax
Visual Basic |
---|
Public Function PixelCoordToGisPoint ( _
pixX As Integer, _
pixY As Integer _
) As PointD |
C# |
---|
public PointD PixelCoordToGisPoint(
int pixX,
int pixY
) |
Visual C++ |
---|
public:
PointD PixelCoordToGisPoint(
int pixX,
int pixY
) |
JavaScript |
---|
function pixelCoordToGisPoint(pixX, pixY); |
Parameters
- pixX
- Type: System..::..Int32
pixel x value
- pixY
- Type: System..::..Int32
pixel y value
Return Value
See Also