Converts pixel coordinates to map coordinates
Namespace:
EGIS.ControlsAssembly: EGIS.Controls (in EGIS.Controls.dll)
Syntax
Visual Basic |
---|
Public Function PixelCoordToGisPoint ( _ pt As Point _ ) As PointD |
C# |
---|
public PointD PixelCoordToGisPoint( Point pt ) |
Visual C++ |
---|
public: PointD PixelCoordToGisPoint( Point pt ) |
JavaScript |
---|
function pixelCoordToGisPoint(pt); |
Parameters
- pt
- Type: System.Drawing..::..Point
the x,y pixel coords