Viewport.RotateCamera (Int32, Int32, Boolean) Method

Rotates the view of the specified amount.
Public Overridable Sub RotateCamera( _ 
ByVal dx As Integer, _ 
ByVal dy As Integer, _ 
ByVal animate As Boolean
)
This language is not supported or no code example is available.
public virtual void RotateCamera( 
int dx
int dy
bool animate 
)
This language is not supported or no code example is available.

Parameters

dx
int

Horizontal rotation amount

dy
int

Vertical rotation amount

animate
bool

If true performs an animation when changing the view

.NET Framework

Supported in: 4.8

In this article

Definition