FlipOrientation Method

Summary
Flips the orientation of an image in the cell with the specified parameters.
Syntax
C#
VB
C++
public void FlipOrientation( 
   int subCellIndex 
) 
  
Public Overloads Sub FlipOrientation( _ 
   ByVal subCellIndex As Integer _ 
)  
            public: 
void FlipOrientation(  
   int subCellIndex 
)  

Parameters

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

Remarks
  • To flip the orientation of a specified sub-cell in the cell, use the overloaded method FlipOrientation(Int32)
  • To get or set the orientation, use the property ImageOrientation
  • To flip the image, use the method FlipImage
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.MedicalViewer Assembly

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