ComponentOne Maps for UWP
LogicToScreen Method

C1.UWP.Maps Assembly > C1.Xaml.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 Point _
) As Point
public Point LogicToScreen( 
   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