ImageGear .NET v25.2 - Updated
ImageGear.Formats.Vector Assembly / ImageGear.Formats.CAD Namespace / CADCamera Class / Roll Method / Roll(Double) Method
Angle, in radians, to roll camera.




In This Topic
    Roll(Double) Method
    In This Topic
    Rolls camera.
    Syntax
    'Declaration
     
    Public Overloads Sub Roll( _
       ByVal angle As Double _
    ) 
    'Usage
     
    Dim instance As CADCamera
    Dim angle As Double
     
    instance.Roll(angle)
    public void Roll( 
       double angle
    )
    public: void Roll( 
       double angle
    ) 
    public:
    void Roll( 
       double angle
    ) 

    Parameters

    angle
    Angle, in radians, to roll camera.
    Remarks

    Rolling the camera means: rotating the camera around it's "forward" axis.

    Will invalidate camera's ImGearCADPage, so if viewing in a ImGearPageView you must do ImGearPageView.Update() to see changes.

    See Also