ComponentOne Maps for UWP
ScreenToGeographic Method

C1.UWP.Maps Assembly > C1.Xaml.Maps Namespace > C1Maps Class : ScreenToGeographic Method
A point in screen coordinates (pixels from the top left corner of this control).
Transform a point from screen coordinates to geographic coordinates.
Syntax
'Declaration
 
Public Function ScreenToGeographic( _
   ByVal point As Point _
) As Point
public Point ScreenToGeographic( 
   Point point
)

Parameters

point
A point in screen coordinates (pixels from the top left corner of this control).

Return Value

The geographic coordinates currently mapped to the parameter screen coordinates.
See Also

Reference

C1Maps Class
C1Maps Members