Inverse of Project(Point).

Namespace:  C1.Phone.Maps
Assembly:  C1.Phone.Maps (in C1.Phone.Maps.dll)

Syntax

C#
Point Unproject(
	Point point
)
Visual Basic
Function Unproject ( _
	point As Point _
) As Point

Parameters

point
Type: System.Windows..::..Point
The logical coordinate to apply the inverse projection.

Return Value

The geographic coordinate corresponding to the logical coordinate.

See Also