- value
- Rotation amount.
- axis
- Medical3DAxis represents the refernce axis for the rotation.
- space
- Medical3DSpace represents the refernce space for the rotation.
| Visual Basic (Declaration) | |
|---|---|
Public Sub Rotate( _ ByVal value As Single, _ ByVal axis As Medical3DAxis, _ ByVal space As Medical3DSpace _ ) | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
| C# | |
|---|---|
public void Rotate( float value, Medical3DAxis axis, Medical3DSpace space ) | |
| C++/CLI | |
|---|---|
public: void Rotate( float value, Medical3DAxis axis, Medical3DSpace space ) | |
Parameters
- value
- Rotation amount.
- axis
- Medical3DAxis represents the refernce axis for the rotation.
- space
- Medical3DSpace represents the refernce space for the rotation.
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family
Copy Code