Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Graphics Namespace / IViewport Interface / ViewportToScreen Method
The point to convert

In This Topic
    ViewportToScreen Method (IViewport)
    In This Topic
    Converts viewport coordinates (0 on top-left, relative to Viewport location) to screen coordinates (0 on top left, relative to the control location).
    Syntax
    'Declaration
     
    Function ViewportToScreen( _
       ByVal pt As Point _
    ) As Point
    Point ViewportToScreen( 
       Point pt
    )

    Parameters

    pt
    The point to convert

    Return Value

    The point in screen coordinates
    See Also