Transform a point from logic coordinates to screen coordinates.

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

Syntax

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

Parameters

point
Type: System.Windows..::..Point
A point in logic coordinates.

Return Value

The screen coordinates currently mapped to the parameter logic coordinates.

See Also