←Select platform

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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Medical3D Assembly