Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot Namespace / ViewportLayout Class / PanUp Method
Amount of pan (in pixels)

In This Topic
    PanUp Method
    In This Topic
    Pans the view upwards.
    Syntax
    'Declaration
     
    Public Sub PanUp( _
       ByVal amount As Integer _
    ) 
    public void PanUp( 
       int amount
    )

    Parameters

    amount
    Amount of pan (in pixels)
    See Also