Transform a point from screen coordinates to logic coordinates.

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

Syntax

C#
public Point ScreenToLogic(
	Point point
)
Visual Basic
Public Function ScreenToLogic ( _
	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 screen coordinates currently mapped to the parameter screen coordinates.

Remarks

The logic coordinates are the ones used by the IMapProjection.

See Also