Translates or moves the camera in the y-axis by the specified amount.
public float TranslateY(
float y
)
Public Function TranslateY( _
ByVal y As Single _
) As Single
public:
float TranslateY(
float y
)
y
Amount of translation along the y-axis.
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).
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