Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot Namespace / Viewport Class / ViewportToScreen Method

In This Topic
    ViewportToScreen Method (Viewport)
    In This Topic
    Converts Viewport coordinates (0 on top of viewport) to Screen coordinates (0 on top of control)
    Syntax
    'Declaration
     
    Public Function ViewportToScreen( _
       ByVal pt As Point _
    ) As Point
    public Point ViewportToScreen( 
       Point pt
    )

    Parameters

    pt

    Return Value

    See Also