ComponentOne Maps for UWP
Unproject Method (IMapProjection)

C1.UWP.Maps Assembly > C1.Xaml.Maps Namespace > IMapProjection Interface : Unproject Method
The logical coordinate to apply the inverse projection.
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

Reference

IMapProjection Interface
IMapProjection Members