ComponentOne Maps for UWP
ScreenToLogic Method

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

Parameters

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

Return Value

The screen coordinates currently mapped to the parameter screen coordinates.
Remarks
The logic coordinates are the ones used by the IMapProjection.
See Also

Reference

C1Maps Class
C1Maps Members