C#
VB
C++
Translates the 3D object in the container by a specified amount in the any specified axis.
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
The amount of translation in the x-axis
y
The amount of translation in the y-axis
z
The amount of translation in the z-axis
axes
A Medical3DAxis enumeration value that specifies the axis (axes) of translation. You can combine one 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
