RotateY Method

Summary
Rotates the camera in the y-axis by the specified amount.
Syntax
C#
VB
C++
public float RotateY( 
   float y 
) 
  
Public Function RotateY( _ 
   ByVal y As Single _ 
) As Single 
public: 
float RotateY(  
   float y 
)  

Parameters

y
Rotation amount.

Remarks

To change or obtain the y-axis rotation angle, use the YRotation property.

Adjust the rotation using the mouse. For more information, refer to Leadtools.MedicalViewer.MedicalViewerBaseCell.AddAction(Leadtools.MedicalViewer.MedicalViewerActionType).

Example

For an example, refer to RotateX.

Requirements

Target Platforms

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

Leadtools.Medical3D Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.