Rotates the camera in the z-axis by specified amount.
public float RotateZ(
float z
)
Public Function RotateZ( _
ByVal z As Single _
) As Single
public:
float RotateZ(
float z
)
z
Rotation amount.
To change or obtain the z-axis rotation angle, use the AxialRotation property.
Adjust the rotation using the mouse. For more information, refer to Leadtools.MedicalViewer.MedicalViewerBaseCell.AddAction(leadtools.medicalviewer.medicalvieweractiontype).
For an example, refer to RotateX.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET