Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot Namespace / ViewportLayout Class / RotateCamera Method / RotateCamera(Int32,Int32) Method
Horizontal rotation amount
Vertical rotation amount

In This Topic
    RotateCamera(Int32,Int32) 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 _
    ) 
    public virtual void RotateCamera( 
       int dx,
       int dy
    )

    Parameters

    dx
    Horizontal rotation amount
    dy
    Vertical rotation amount
    See Also