RotateOrientation Method

Summary

Rotates the orientation of an image in the cell with the specified parameters.

Syntax
C#
VB
C++
public void RotateOrientation( 
   int subCellIndex, 
   int angle 
) 
  
Public Overloads Sub RotateOrientation( _ 
   ByVal subCellIndex As Integer, _ 
   ByVal angle As Integer _ 
)  
            public: 
void RotateOrientation(  
   int subCellIndex, 
   int angle 
)  

Parameters

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

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

Remarks

Requirements

Target Platforms

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

Leadtools.MedicalViewer Assembly