ComponentOne Maps for WPF and Silverlight
C1.WPF.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 (C1Maps)
    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