RotateSettings(MouseButton, Double, Boolean, Double, rotationType, rotationCenterType, Point3D) Constructor

Standard constructor.
Public Sub New( _ 
ByVal mouseButton As MouseButton, _ 
ByVal step As Double, _ 
ByVal enabled As Boolean, _ 
ByVal speed As Double, _ 
ByVal rotationMode As rotationType, _ 
ByVal rotationCenter As rotationCenterType, _ 
ByVal center As Point3D
)
This language is not supported or no code example is available.
public RotateSettings( 
MouseButton mouseButton
double step
bool enabled
double speed
rotationType rotationMode
rotationCenterType rotationCenter
Point3D center 
)
This language is not supported or no code example is available.

Parameters

mouseButton
MouseButton

Rotate mouse button and modifier key

step
double

Rotate by arrow keys step in degrees

enabled
bool

False to disable view rotation

speed
double

Rotate speed

rotationMode
rotationType

Rotation mode

rotationCenter
rotationCenterType

Rotation center mode

center
Point3D

Rotation center point

.NET Framework

Supported in: 4.8

In this article

Definition