Transform a point from geographic coordinates to screen coordinates.

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

Syntax

C#
public Point GeographicToScreen(
	Point latLong
)
Visual Basic
Public Function GeographicToScreen ( _
	latLong As Point _
) As Point

Parameters

latLong
Type: System.Windows..::..Point
A point in geographic coordinates.

Return Value

The screen coordinates currently mapped to the parameter geographic coordinates.

See Also