Transform a point from geographic coordinates to screen coordinates.
Namespace:
C1.Phone.MapsAssembly: 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.