←Select platform

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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Medical3D Assembly