←Select platform

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

Leadtools.Medical3D Assembly