Eyeshot 10 WinForms API Reference
RotateCamera(Vector3D,Vector3D,Boolean) Method

WinForms Assembly > devDept.Eyeshot Namespace > ViewportLayout Class > RotateCamera Method : RotateCamera(Vector3D,Vector3D,Boolean) Method
Previous axis
Current axis
If true performs an animation when changing the view
Rotates the view of the specified amount.
Syntax
'Declaration
 
Public Overloads Overridable Sub RotateCamera( _
   ByVal last As Vector3D, _
   ByVal current As Vector3D, _
   ByVal animate As Boolean _
) 
public virtual void RotateCamera( 
   Vector3D last,
   Vector3D current,
   bool animate
)

Parameters

last
Previous axis
current
Current axis
animate
If true performs an animation when changing the view
See Also

Reference

ViewportLayout Class
ViewportLayout Members
Overload List
ZoomCamera(Int32) Method
RotateCamera(Vector3D,Vector3D) Method
PanCamera(Point,Point) Method