←Select platform

ScaleXYZ(Single,Single,Single,Medical3DAxis) Method

Summary

Scales the 3D object in the container by a specified amount in any direction.

Syntax

C#
VB
C++
public void ScaleXYZ(  
   float x, 
   float y, 
   float z, 
   Leadtools.Medical3d.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 
) 

Parameters

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.

Requirements

Target Platforms

Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.
Leadtools.Medical3D Assembly
Click or drag to resize