C#
VB
C++
Translates or moves the camera by the specified amount along the specified axis (axes).
public void Translate(float x,float y,float z,Medical3DAxis axes)
Public Sub Translate( _ByVal x As Single, _ByVal y As Single, _ByVal z As Single, _ByVal axes As Leadtools.Medical3d.Medical3DAxis _)
public:void Translate(float x,float y,float z,Leadtools.Medical3d.Medical3DAxis axes)
x
Translation amount in the x-axis.
y
Translation amount in the y-axis.
z
Translation amount in the z-axis.
axes
Axis (axes) to translate toward. You can combine two or more flags.
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
