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