ComponentOne Maps for WPF and Silverlight
ScreenToGeographic Method (C1Maps)

C1.WPF.Maps Namespace > C1Maps Class : ScreenToGeographic Method
A point in screen coordinates (pixels from the top left corner of this control).
Transform a point from screen coordinates to geographic coordinates.
Syntax
'Declaration
 
Public Function ScreenToGeographic( _
   ByVal point As System.Windows.Point _
) As System.Windows.Point
public System.Windows.Point ScreenToGeographic( 
   System.Windows.Point 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

Reference

C1Maps Class
C1Maps Members