Visual Basic (Declaration) | |
---|---|
<FlagsAttribute()> Public Enum ModalityLookupTableCommandFlags Inherits Enum |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
[FlagsAttribute()] public enum ModalityLookupTableCommandFlags : Enum |
Managed Extensions for C++ | |
---|---|
[FlagsAttribute()] __value public enum ModalityLookupTableCommandFlags : public Enum |
C++/CLI | |
---|---|
[FlagsAttribute()] public enum class ModalityLookupTableCommandFlags : public Enum |
Member | Description |
---|---|
None | No Flags. |
SignedLookupTable | If set, the LookupTable entries are signed 16-bit values. If not set, the LookupTable entries are unsigned 16-bit values.(This flag is used by ApplyModalityLookupTableCommand but not used in ApplyLinearModalityLookupTableCommand). |
UpdateMinMax | If set, the method will update MinValue with the new minimum intensity value in the bitmap and MaxValue with the new maximum intensity value. |
UseFullRange | For future use. |
AllowRangeExpansion | If set, the method will adjust the high bit and/or low bit (if possible) inside the image handle in order to be able to hold the range of pixel values after applying the modality LookupTable. (This flag is used by ApplyLinearModalityLookupTableCommand but not used in ApplyModalityLookupTableCommand). |
System.Object
System.ValueType
System.Enum
Leadtools.ImageProcessing.Core.ModalityLookupTableCommandFlags
Target Platforms: Microsoft .NET Framework 2.0, Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family