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 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Medical3D Assembly