Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot Namespace / ViewportLayout Class / RotateDown Method
Degrees of rotation

In This Topic
    RotateDown Method
    In This Topic
    Rotates the view downwards.
    Syntax
    'Declaration
     
    Public Sub RotateDown( _
       ByVal degrees As Double _
    ) 
    public void RotateDown( 
       double degrees
    )

    Parameters

    degrees
    Degrees of rotation
    See Also