Maps for WPF | ComponentOne
C1.WPF.Maps Namespace / C1Maps Class / GeographicToScreen Method
A point in geographic coordinates.

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

    Parameters

    longLat
    A point in geographic coordinates.

    Return Value

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