Viewport.RotateCamera (Vector3D, Vector3D) Method

Rotates the view of the specified amount.
Public Overridable Sub RotateCamera( _ 
ByVal last As Vector3D, _ 
ByVal current As Vector3D
)
This language is not supported or no code example is available.
public virtual void RotateCamera( 
Vector3D last
Vector3D current 
)
This language is not supported or no code example is available.

Parameters

last
Vector3D

Previous axis

current
Vector3D

Current axis

Remarks
 
The orientation of the camera is performed with an animation if Environment.AnimateCamera is true

.NET Framework

Supported in: 4.8

In this article

Definition