ComponentOne Maps for UWP
C1.UWP.Maps Assembly / C1.Xaml.Maps Namespace / IMapProjection Interface / Project Method
The geographic coordinate to project.

In This Topic
    Project Method (IMapProjection)
    In This Topic
    Projects a geographic coordinate to logical coordinate.
    Syntax
    'Declaration
     
    
    Function Project( _
       ByVal longLat As Point _
    ) As Point
    Point Project( 
       Point longLat
    )

    Parameters

    longLat
    The geographic coordinate to project.

    Return Value

    The logical coordinate corresponding to the geographic coordinate.
    See Also