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

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

    Parameters

    amount
    Amount of pan (in pixels)
    See Also