ComponentOne Maps for UWP
C1.UWP.Maps Assembly / C1.Xaml.Maps Namespace / IMapProjection Interface / Unproject Method
The logical coordinate to apply the inverse projection.

In This Topic
    Unproject Method (IMapProjection)
    In This Topic
    Inverse of Project.
    Syntax
    'Declaration
     
    
    Function Unproject( _
       ByVal point As Point _
    ) As Point
    Point Unproject( 
       Point point
    )

    Parameters

    point
    The logical coordinate to apply the inverse projection.

    Return Value

    The geographic coordinate corresponding to the logical coordinate.
    See Also