RotateZ Method

Summary

Rotates the camera in the z-axis by specified amount.

Syntax
C#
VB
C++
public float RotateZ( 
   float z 
) 
  
Public Function RotateZ( _ 
   ByVal z As Single _ 
) As Single 
public: 
float RotateZ(  
   float z 
)  

Parameters

z
Rotation amount.

Remarks

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).

Example

For an example, refer to RotateX.

Requirements

Target Platforms

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Medical3D Assembly