Map for WinForms | ComponentOne
C1.FlexMap Namespace / MercatorProjection Class / Project Method
The geographic coordinate to project.

In This Topic
    Project Method (MercatorProjection)
    In This Topic
    Projects a geographic coordinate to logical coordinate.
    Syntax
    'Declaration
     
    
    Public Function Project( _
       ByVal longLat As C1.Win.Interop.Point _
    ) As C1.Win.Interop.Point
    public 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