DicomObjects.NET10 Documentation
DicomObjects Namespace / DicomImage3D Class / Rotate Method
The rotation angle in degrees.
The rotation axis.
The associated viewer (optional).



In This Topic
    Rotate Method (DicomImage3D)
    In This Topic
    Rotates the view by a specified angle around an axis.
    Syntax
    'Declaration
     
    
    Public Sub Rotate( _
       ByVal Angle As Single, _
       ByVal Axis As OpenTK.Mathematics.Vector3, _
       Optional ByVal Viewer As DicomViewer _
    ) 
    'Usage
     
    
    Dim instance As DicomImage3D
    Dim Angle As Single
    Dim Axis As OpenTK.Mathematics.Vector3
    Dim Viewer As DicomViewer
     
    instance.Rotate(Angle, Axis, Viewer)
    public void Rotate( 
       float Angle,
       OpenTK.Mathematics.Vector3 Axis,
       DicomViewer Viewer
    )
    public:
    void Rotate( 
       float Angle,
       OpenTK.Mathematics.Vector3 Axis,
       DicomViewer^ Viewer
    ) 

    Parameters

    Angle
    The rotation angle in degrees.
    Axis
    The rotation axis.
    Viewer
    The associated viewer (optional).
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also