GeographicToScreen Method
In This Topic
Transform a point from geographic coordinates to screen coordinates.
Syntax
'Declaration
Public Function GeographicToScreen( _
ByVal As Point _
) As Point
public Point GeographicToScreen(
Point
)
Parameters
- longLat
- A point in geographic coordinates.
Return Value
The screen coordinates currently mapped to the parameter geographic coordinates.
See Also