TranslateZ Method

Summary
Translates or moves the camera in the z-axis by the specified amount.
Syntax
C#
VB
C++
public float TranslateZ( 
   float z 
) 
  
Public Function TranslateZ( _ 
   ByVal z As Single _ 
) As Single 
public: 
float TranslateZ(  
   float z 
)  

Parameters

z
Amount of translation along the z-axis.

Remarks

To change or obtain the z-axis translation offset, use ZOffset property.

Adjust the offset using the mouse. For more information, refer to Leadtools.MedicalViewer.MedicalViewerBaseCell.AddAction(Leadtools.MedicalViewer.MedicalViewerActionType).

Example

For an example, refer to TranslateX.

Requirements

Target Platforms

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

Leadtools.Medical3D Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.