Map for WinForms | ComponentOne
C1.Win.Map Namespace / C1Map Class / ScreenToGeographic Method
A point in screen coordinates (pixels from the top left corner of this control).

In This Topic
    ScreenToGeographic Method (C1Map)
    In This Topic
    Transforms a point from screen coordinates to geographic coordinates.
    Syntax
    'Declaration
     
    
    Public Function ScreenToGeographic( _
       ByVal point As C1.Win.Interop.Point _
    ) As C1.Win.Interop.Point
    public C1.Win.Interop.Point ScreenToGeographic( 
       C1.Win.Interop.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