- x
- Translation amount in the X-axis.
- y
- Translation amount in the Y-axis.
- z
- Translation amount in the Z-axis.
- axes
- Axis (axes) to translate toward. The user can combine more flags.
| Visual Basic (Declaration) | |
|---|---|
Public Sub Translate( _ ByVal x As Single, _ ByVal y As Single, _ ByVal z As Single, _ ByVal axes As Medical3DAxis _ ) | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
Parameters
- x
- Translation amount in the X-axis.
- y
- Translation amount in the Y-axis.
- z
- Translation amount in the Z-axis.
- axes
- Axis (axes) to translate toward. The user can combine more flags.
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family
Copy Code