RotateOrientation Method

Summary
Rotates the orientation of an image in the cell with the specified parameters.
Syntax
C#
C++/CLI
public void RotateOrientation( 
   int subCellIndex, 
   int angle 
) 
            public: 
void RotateOrientation(  
   int subCellIndex, 
   int angle 
)  

Parameters

subCellIndex
a zero-based index of the sub-cell that will have its orientation rotated..

angle
angle of rotation, the values must be multiple of 90 (i.e. 270, 180, 90, 0, -90, -180, etc.).

Remarks
  • To rotate the orientation of a specified sub-cell, use the overloaded method RotateOrientation(Int32,Int32)
  • To get or set the orientation, use the property ImageOrientation
  • To rotate the image, use the method RotateImagePerspective
Requirements

Target Platforms

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

Leadtools.MedicalViewer Assembly

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