TranslateY Method

Summary

Translates the 3D object by a specified amount in the y-axis.

Syntax
C#
VB
C++
public void TranslateY( 
   float y 
) 
  
Public Sub TranslateY( _ 
   ByVal y As Single _ 
)  
public: 
void TranslateY(  
   float y 
)  

Parameters

y
the amount of translation in the y-axis

Example

For an example, refer to ScaleX

Requirements

Target Platforms

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

Leadtools.Medical3D Assembly