ComponentOne Maps for WPF and Silverlight
LogicToScreen Method (C1Maps)

C1.WPF.Maps Namespace > C1Maps Class : LogicToScreen Method
A point in logic coordinates.
Transform a point from logic coordinates to screen coordinates.
Syntax
'Declaration
 
Public Function LogicToScreen( _
   ByVal point As System.Windows.Point _
) As System.Windows.Point
public System.Windows.Point LogicToScreen( 
   System.Windows.Point point
)

Parameters

point
A point in logic coordinates.

Return Value

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

Reference

C1Maps Class
C1Maps Members