ScreenToGeographic Method
In This Topic
Transform a point from screen coordinates to geographic coordinates.
Syntax
'Declaration
Public Function ScreenToGeographic( _
ByVal As Point _
) As Point
public Point ScreenToGeographic(
Point
)
Parameters
- point
- A point in screen coordinates (pixels from the top left corner of this control).
Return Value
The geographic coordinates currently mapped to the parameter screen coordinates.
See Also