ComponentOne Maps for WPF and Silverlight
GeographicToScreen Method (C1Maps)

C1.WPF.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 System.Windows.Point _
) As System.Windows.Point
public System.Windows.Point GeographicToScreen( 
   System.Windows.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