Share

View.Roll Method

Description

Rotates the camera�s up vector about the eye vector by the specified amount in radians. Positive angles correspond to a clockwise rotation when viewed from the camera position to the camera target.

Visual Basic

Public Function Roll(
    angle As double
) As void

C#

public void Roll(
    double angle
);

Parameters

Parameters Description
double angle Input angular rotation about the eye vector in radians.

Links

View Class, Autodesk.AutoCAD.GraphicsSystem Namespace

Was this information helpful?