Maps for WPF | ComponentOne
C1.WPF.Maps Namespace / C1Maps Class / LogicToScreen Method
A point in logic coordinates.

In This Topic
    LogicToScreen Method
    In This Topic
    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