Visual Basic (Declaration) | |
---|---|
<FlagsAttribute()> Public Enum ModalityLookupTableCommandFlags Inherits System.Enum Implements IComparable, IConvertible, IFormattable |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As ModalityLookupTableCommandFlags |
C# | |
---|---|
[FlagsAttribute()] public enum ModalityLookupTableCommandFlags : System.Enum, IComparable, IConvertible, IFormattable |
C++/CLI | |
---|---|
[FlagsAttribute()] public enum class ModalityLookupTableCommandFlags : public System.Enum, IComparable, IConvertible, IFormattable |
Member | Description |
---|---|
AllowRangeExpansion | 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). |
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 | Update Leadtools.RasterImage.MinValue with the new minimum intensity value in the bitmap and Leadtools.RasterImage.MaxValue with the new maximum intensity value. |
UseFullRange | For future use. |
System.Object
System.ValueType
System.Enum
Leadtools.ImageProcessing.Core.ModalityLookupTableCommandFlags
Target Platforms: Silverlight 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7, MAC OS/X (Intel Only)