Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Graphics Namespace / IViewport Interface / ScreenToViewport Method
The coordinates of the point relative to the viewport layout

In This Topic
    ScreenToViewport Method (IViewport)
    In This Topic
    Converts viewport layout screen coordinates to viewport coordinates.
    Syntax
    'Declaration
     
    Function ScreenToViewport( _
       ByVal screenPoint As Point _
    ) As Point
    Point ScreenToViewport( 
       Point screenPoint
    )

    Parameters

    screenPoint
    The coordinates of the point relative to the viewport layout

    Return Value

    The coordinates of the point relative to the viewport.
    See Also