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

In This Topic
    ScreenToViewport(PointF) 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 PointF _
    ) As PointF
    public PointF ScreenToViewport( 
       PointF pt
    )

    Parameters

    pt

    Return Value

    See Also