C#
VB
C++
Scales the 3D object in the container by a specified amount in any direction.
public void ScaleXYZ(
float x,
float y,
float z,
Medical3DAxis axes
)
Public Overloads Sub ScaleXYZ( _
ByVal x As Single, _
ByVal y As Single, _
ByVal z As Single, _
ByVal axes As Leadtools.Medical3d.Medical3DAxis _
)
public:
void ScaleXYZ(
float x,
float y,
float z,
Leadtools.Medical3d.Medical3DAxis axes
)
x
tThe amount of x-axis scaling
y
The amount of y-axis scaling
z
The amount of z-axis scaling
axes
A Medical3DAxis enumeration value that specifies the axis (axes) of scaling. 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