Transform a point from screen coordinates to geographic coordinates.
Namespace:
C1.Phone.MapsAssembly: C1.Phone.Maps (in C1.Phone.Maps.dll)
Syntax
| C# |
|---|
public Point ScreenToGeographic( Point point ) |
| Visual Basic |
|---|
Public Function ScreenToGeographic ( _ 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).