ComponentOne Maps for WPF and Silverlight
Unproject Method (IMapProjection)

C1.WPF.Maps Namespace > IMapProjection Interface : Unproject Method
The logical coordinate to apply the inverse projection.
Inverse of Project.
Syntax
'Declaration
 
Function Unproject( _
   ByVal point As System.Windows.Point _
) As System.Windows.Point
System.Windows.Point Unproject( 
   System.Windows.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