Transform a point from screen coordinates to geographic coordinates.

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

Syntax

C#
public Point ScreenToGeographic(
	Point point
)
Visual Basic
Public Function ScreenToGeographic ( _
	point As Point _
) As Point

Parameters

point
Type: System.Windows..::..Point
A point in screen coordinates (pixels from the top left corner of this control).

Return Value

The geographic coordinates currently mapped to the parameter screen coordinates.

See Also