Map for WinForms | ComponentOne
C1.Win.Map Namespace / C1Map Class / GeographicToScreen Method
A point in geographic coordinates.

In This Topic
    GeographicToScreen Method (C1Map)
    In This Topic
    Transforms a point from geographic coordinates to screen coordinates.
    Syntax
    'Declaration
     
    
    Public Function GeographicToScreen( _
       ByVal longLat As C1.Win.Interop.Point _
    ) As C1.Win.Interop.Point
    public C1.Win.Interop.Point GeographicToScreen( 
       C1.Win.Interop.Point longLat
    )

    Parameters

    longLat
    A point in geographic coordinates.

    Return Value

    The screen coordinates currently mapped to the parameter geographic coordinates.
    See Also