Map for WinForms | ComponentOne
C1.FlexMap 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 C1.Win.Interop.Point _
    ) As C1.Win.Interop.Point
    C1.Win.Interop.Point Project( 
       C1.Win.Interop.Point longLat
    )

    Parameters

    longLat
    The geographic coordinate to project.

    Return Value

    The logical coordinate corresponding to the geographic coordinate.
    See Also