ComponentOne Maps for WPF and Silverlight
ScreenToLogic Method (C1Maps)

C1.WPF.Maps Namespace > C1Maps Class : ScreenToLogic Method
A point in screen coordinates (pixels from the top left corner of this control).
Transform a point from screen coordinates to logic coordinates.
Syntax
'Declaration
 
Public Function ScreenToLogic( _
   ByVal point As System.Windows.Point _
) As System.Windows.Point
public System.Windows.Point ScreenToLogic( 
   System.Windows.Point point
)

Parameters

point
A point in screen coordinates (pixels from the top left corner of this control).

Return Value

The screen coordinates currently mapped to the parameter screen coordinates.
Remarks
The logic coordinates are the ones used by the IMapProjection.
See Also

Reference

C1Maps Class
C1Maps Members