Maps for WPF | ComponentOne
C1.WPF.Maps Namespace / C1Maps Class / ScreenToGeographic Method
A point in screen coordinates (pixels from the top left corner of this control).

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