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