←Select platform

TranslateY Method

Summary

Translates or moves the camera in the y-axis by the specified amount.

Syntax

C#
VB
C++
public float TranslateY( 
   float y 
) 
  
Public Function TranslateY( _ 
   ByVal y As Single _ 
) As Single 
public: 
float TranslateY(  
   float y 
)  

Parameters

y
Amount of translation along the y-axis.

Remarks

To change or obtain the y-axis translation offset, use the YOffset 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