ComponentOne Maps for UWP
GeographicToScreen Method

C1.UWP.Maps Assembly > C1.Xaml.Maps Namespace > C1Maps Class : GeographicToScreen Method
A point in geographic coordinates.
Transform a point from geographic coordinates to screen coordinates.
Syntax
'Declaration
 
Public Function GeographicToScreen( _
   ByVal longLat As Point _
) As Point
public Point GeographicToScreen( 
   Point longLat
)

Parameters

longLat
A point in geographic coordinates.

Return Value

The screen coordinates currently mapped to the parameter geographic coordinates.
See Also

Reference

C1Maps Class
C1Maps Members