Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot Namespace / RotateSettings Class / RotateSettings Constructor / RotateSettings Constructor(MouseButton,Double,Boolean,Double,rotationType,rotationCenterType,Point3D,Boolean)
Rotate mouse button and modifier key
Rotate by arrow keys step in degrees
False to disable view rotation
Rotate speed
Rotation mode
Rotation center mode
Rotation center point

In This Topic
    RotateSettings Constructor(MouseButton,Double,Boolean,Double,rotationType,rotationCenterType,Point3D,Boolean)
    In This Topic
    Standard constructor.
    Syntax
    'Declaration
     
    Public Function 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, _
       ByVal showCenter As Boolean _
    )
    public RotateSettings( 
       MouseButton mouseButton,
       double step,
       bool enabled,
       double speed,
       rotationType rotationMode,
       rotationCenterType rotationCenter,
       Point3D center,
       bool showCenter
    )

    Parameters

    mouseButton
    Rotate mouse button and modifier key
    step
    Rotate by arrow keys step in degrees
    enabled
    False to disable view rotation
    speed
    Rotate speed
    rotationMode
    Rotation mode
    rotationCenter
    Rotation center mode
    center
    Rotation center point
    showCenter
    See Also