YRotation Property

Summary
Gets or sets the camera Y rotation angle.
Syntax
C#
VB
C++
public float YRotation { get; set; } 
  
Public Property YRotation As Single 
public: 
property float YRotation { 
   float get(); 
   void set (    float ); 
} 

Property Value

The camera Y rotation angle. Possible values range from -90 to 90.

Remarks

The default value is 0.

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

Example

For an example, refer to XRotation.

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.