ComponentOne Maps for UWP
C1.UWP.Maps Assembly / C1.Xaml.Maps Namespace / MercatorProjection Class / Project Method

In This Topic
    Project Method (MercatorProjection)
    In This Topic
    Syntax
    'Declaration
     
    
    Public Function Project( _
       ByVal longLat As Point _
    ) As Point
    public Point Project( 
       Point longLat
    )

    Parameters

    longLat
    See Also