Map for WinForms | ComponentOne
C1.FlexMap Namespace / ICoordinateSystem Interface / Unproject Method
The logical coordinate to apply the inverse projection.

In This Topic
    Unproject Method (ICoordinateSystem)
    In This Topic
    Inverse of Project. Unprojects a logical coordinate to a geographic coordinate.
    Syntax
    'Declaration
     
    
    Function Unproject( _
       ByVal point As C1.Win.Interop.Point _
    ) As C1.Win.Interop.Point
    C1.Win.Interop.Point Unproject( 
       C1.Win.Interop.Point point
    )

    Parameters

    point
    The logical coordinate to apply the inverse projection.

    Return Value

    The geographic coordinate corresponding to the logical coordinate.
    See Also