Select to view content in your preferred language

Converting Point to Lat/Lon MapPoint

574
1
07-21-2010 09:30 AM
RashaGarfinkel
Emerging Contributor
I am running the CJMTK map on a MS Surface Table - I want to be able to transfer user drawings to esri graphic objects - how do I convert the Point object to the corresponding Lat/Lon location on the map - I did try ScreenToMap but the graphic did not show up at the exact location of the original drawing - it is off by some amount?

Thanks
0 Kudos
1 Reply
dotMorten_esri
Esri Notable Contributor
Make sure that the point you parse into the ScreenToMap method is relative to the upper left corner of the map control.
0 Kudos