The MedicalViewerLookupTableType Enumeration is available as an add-on to the LEADTOOLS Medical Imaging toolkits.
Represents the type of lookup table being used.Visual Basic (Declaration) | |
---|---|
Public Enum MedicalViewerLookupTableType Inherits System.Enum Implements IComparable, IConvertible, IFormattable |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As MedicalViewerLookupTableType |
C# | |
---|---|
public enum MedicalViewerLookupTableType : System.Enum, IComparable, IConvertible, IFormattable |
C++/CLI | |
---|---|
public enum class MedicalViewerLookupTableType : public System.Enum, IComparable, IConvertible, IFormattable |
Member | Description |
---|---|
Exponential | Lookup table is exponential. |
Linear | Lookup table is linear. |
Logarithmic | Lookup table is logarithmic. |
None | Default. |
Sigmoid | Lookup table is sigmoid. |
System.Object
System.ValueType
System.Enum
Leadtools.MedicalViewer.MedicalViewerLookupTableType
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7