- subCellIndex
- a zero-based index of the sub-cell that will have it's orientation reversed.
Visual Basic (Declaration) | |
---|---|
Overloads Public Sub ReverseOrientation( _ ByVal subCellIndex As Integer _ ) |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As MedicalViewerMultiCell Dim subCellIndex As Integer instance.ReverseOrientation(subCellIndex) |
C# | |
---|---|
public void ReverseOrientation( int subCellIndex ) |
C++/CLI | |
---|---|
public: void ReverseOrientation( int subCellIndex ) |
Parameters
- subCellIndex
- a zero-based index of the sub-cell that will have it's orientation reversed.
- To reverses the orientation of the specified sub-cell, use the overloaded method MedicalViewerMultiCell.ReverseOrientation
- To get or set the orientation, use the property MedicalViewerCell.ImageOrientation
- To reverse the image, use the method MedicalViewerCell.ReverseImage
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7