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

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

    Parameters

    amount
    Amount of pan (in pixels)
    See Also