Map for WinForms | ComponentOne
C1.Win.Map Namespace / C1Map Class / LogicToScreen Method
A point in logic coordinates.

In This Topic
    LogicToScreen Method (C1Map)
    In This Topic
    Transforms a point from logic coordinates to screen coordinates.
    Syntax
    'Declaration
     
    
    Public Function LogicToScreen( _
       ByVal point As C1.Win.Interop.Point _
    ) As C1.Win.Interop.Point
    public C1.Win.Interop.Point LogicToScreen( 
       C1.Win.Interop.Point point
    )

    Parameters

    point
    A point in logic coordinates.

    Return Value

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