←Select platform

Scale(float,float,float,Medical3DAxis) Method

Summary

Scales all objects in the container by a specific amount in any direction.

Syntax

C#
VB
C++
public void Scale( 
   float x, 
   float y, 
   float z, 
   Medical3DAxis axes 
) 
  
Public Overloads Sub Scale( _ 
   ByVal x As Single, _ 
   ByVal y As Single, _ 
   ByVal z As Single, _ 
   ByVal axes As Leadtools.Medical3d.Medical3DAxis _ 
)  
public: 
void Scale(  
   float x, 
   float y, 
   float z, 
   Leadtools.Medical3d.Medical3DAxis axes 
)  

Parameters

x
Scaling amount of x-axis.

y
Scaling amount of y-axis.

z
Scaling amount of z-axis.

axes
Axis (axes) of scaling. You can combine multiple flags.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Medical3D Assembly