←Select platform

IsImageFlipped Method

Summary

Retrieves a value that indicates whether the image in the specified sub-cell index has been reversed or not.

Syntax

C#
VB
C++
public bool IsImageFlipped( 
   int subCellIndex 
) 
  
Public Overloads Function IsImageFlipped( _ 
   ByVal subCellIndex As Integer _ 
) As Boolean 
             
            public: 
bool IsImageFlipped(  
   int subCellIndex 
)  
             

Parameters

subCellIndex
Index of the sub-cell that has the image which to retrieve whether it's flipped or not.

Return Value

true if the image is flipped; otherwise, false.

Remarks

In order to be able to retrieve the correct value from this method, you should flip the images inside the medical viewer using the method FlipImage.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.MedicalViewer Assembly