| Visual Basic (Declaration) | |
|---|---|
Public Sub ReverseOrientation() | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim instance As MedicalViewerBaseCell instance.ReverseOrientation() | |
| C# | |
|---|---|
public void ReverseOrientation() | |
| C++/CLI | |
|---|---|
public: void ReverseOrientation(); | |
- 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
Copy Code