ComponentOne Maps for UWP
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).

In This Topic
    ScreenToLogic Method
    In This Topic
    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