Translates or moves the camera in the z-axis by the specified amount.
public float TranslateZ(
float z
)
Public Function TranslateZ( _
ByVal z As Single _
) As Single
public:
float TranslateZ(
float z
)
z
Amount of translation along the z-axis.
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).
For an example, refer to TranslateX.
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