Eyeshot 10 WinForms API Reference
RotateCamera(Int32,Int32) Method

WinForms Assembly > devDept.Eyeshot Namespace > ViewportLayout Class > RotateCamera Method : RotateCamera(Int32,Int32) Method
Horizontal rotation amount
Vertical rotation amount
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

Reference

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