ScaleXYZ(float,float,float,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, 
   Medical3DAxis axes 
) 
  
Public Overloads Sub ScaleXYZ( _ 
   ByVal x As Single, _ 
   ByVal y As Single, _ 
   ByVal z As Single, _ 
   ByVal axes As Medical3DAxis _ 
)  
public: 
void ScaleXYZ(  
   float x, 
   float y, 
   float z, 
   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

Help Version 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Medical3D Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.