Rotates the camera in the y-axis by the specified amount.
public float RotateY(
float y
)
Public Function RotateY( _
ByVal y As Single _
) As Single
public:
float RotateY(
float y
)
y
Rotation amount.
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).
For an example, refer to RotateX.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET