←Select platform

Translate Method (Medical3DObject)

Summary

Translates the 3D object in the container by a specified amount in the any specified axis.

Syntax

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

Parameters

x
The amount of translation in the x-axis

y
The amount of translation in the y-axis

z
The amount of translation in the z-axis

axes
A Medical3DAxis enumeration value that specifies the axis (axes) of translation. 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