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

In This Topic
    Project Method (CartesianCoordinateSystem)
    In This Topic
    Projects a geometry 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 geometry coordinate to project.

    Return Value

    The logical coordinate corresponding to the geometry coordinate.
    See Also