ComponentOne Maps for UWP
C1.UWP.Maps Assembly / C1.Xaml.Maps Namespace / MercatorProjection Class / Unproject Method

In This Topic
    Unproject Method (MercatorProjection)
    In This Topic
    Syntax
    'Declaration
     
    
    Public Function Unproject( _
       ByVal point As Point _
    ) As Point
    public Point Unproject( 
       Point point
    )

    Parameters

    point
    See Also