public MapPoint ScreenToMap( Point screenPoint )
Public Function ScreenToMap( _ ByVal screenPoint As Point _ ) As MapPoint
Parameters
- screenPoint
- The point value in screen coordinates.
Return Value
The converted point in map coordinates.
public MapPoint ScreenToMap( Point screenPoint )
Public Function ScreenToMap( _ ByVal screenPoint As Point _ ) As MapPoint
Exception | Description |
---|---|
ArcGIS.Core.CalledOnWrongThreadException | This method or property must be called within the lambda passed to QueuedTask.Run. |
Target Platforms: Windows 10, Windows 8.1, Windows 7