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