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

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

    Parameters

    point
    The logical coordinate to apply the inverse projection.

    Return Value

    The geometry coordinate corresponding to the logical coordinate.
    See Also