Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot Namespace / ViewportLayoutBase Class / PointToScreenControl Method

In This Topic
    PointToScreenControl Method
    In This Topic
    Syntax
    'Declaration
     
    Public Function PointToScreenControl( _
       ByVal pt As Point _
    ) As Point
    public Point PointToScreenControl( 
       Point pt
    )

    Parameters

    pt
    See Also