'Declaration Public Sub Rotate( _ ByVal Angle As Single, _ ByVal Axis As Vector3D, _ Optional ByVal Viewer As DicomViewer _ )
'Usage Dim instance As DicomImageFusion Dim Angle As Single Dim Axis As Vector3D Dim Viewer As DicomViewer instance.Rotate(Angle, Axis, Viewer)
Parameters
- Angle
- The angle to rotate, measured clockwise in degrees
- Axis
- The axis around which to rotate the view
- Viewer
- Display parameters of this viewer instance to use for applying rotation