Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot Namespace / ViewportLayout Class / RotateCamera Method / RotateCamera(Int32,Int32,Boolean) Method
Horizontal rotation amount
Vertical rotation amount
If true performs an animation when changing the view

In This Topic
    RotateCamera(Int32,Int32,Boolean) Method
    In This Topic
    Rotates the view of the specified amount.
    Syntax
    'Declaration
     
    Public Overloads Overridable Sub RotateCamera( _
       ByVal dx As Integer, _
       ByVal dy As Integer, _
       ByVal animate As Boolean _
    ) 
    public virtual void RotateCamera( 
       int dx,
       int dy,
       bool animate
    )

    Parameters

    dx
    Horizontal rotation amount
    dy
    Vertical rotation amount
    animate
    If true performs an animation when changing the view
    See Also