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