Visual Basic (Declaration) | |
---|---|
Public Function New( _ ByVal xRotation As Single, _ ByVal yRotation As Single, _ ByVal zRotation As Single, _ ByVal Zoom As Single, _ ByVal xOffset As Single, _ ByVal yOffset As Single, _ ByVal method As Medical3DProjectionMethod _ ) |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public Medical3DCamera( float xRotation, float yRotation, float zRotation, float Zoom, float xOffset, float yOffset, Medical3DProjectionMethod method ) |
C++/CLI | |
---|---|
public: Medical3DCamera( float xRotation, float yRotation, float zRotation, float Zoom, float xOffset, float yOffset, Medical3DProjectionMethod method ) |
Parameters
- xRotation
- X-rotation angle. Possible value ranges from -180 to 180.
- yRotation
- Y-rotation angle. Possible value ranges from -90 to 90.
- zRotation
- Z-rotation angle. Possible value ranges from 0 to 360.
- Zoom
- The camera zooming. Possible value ranges from 1 to 190. Default value is 128.
- xOffset
- X-offset.
- yOffset
- Y-offset.
- method
- The camera projection method of viewing objects.
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family