Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot Namespace / Viewport Class / ScreenToViewport Method / ScreenToViewport(Point) Method

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

    Parameters

    pt

    Return Value

    See Also