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