Projects a geographic coordinate to logical coordinate.

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

Syntax

C#
Point Project(
	Point latLong
)
Visual Basic
Function Project ( _
	latLong As Point _
) As Point

Parameters

latLong
Type: System.Windows..::..Point
The geographic coordinate to project.

Return Value

The logical coordinate corresponding to the geographic coordinate.

See Also