| Visual Basic (Declaration) | |
|---|---|
<FlagsAttribute()> Public Enum VoiLookupTableCommandFlags Inherits System.Enum Implements IComparable, IConvertible, IFormattable | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim instance As VoiLookupTableCommandFlags | |
| C# | |
|---|---|
[FlagsAttribute()] public enum VoiLookupTableCommandFlags : System.Enum, IComparable, IConvertible, IFormattable | |
| C++/CLI | |
|---|---|
[FlagsAttribute()] public enum class VoiLookupTableCommandFlags : public System.Enum, IComparable, IConvertible, IFormattable | |
| Member | Description |
|---|---|
| None | No Flags |
| ReverseOrder | If set, the method will fill the image display LookupTable in reverse order (light to dark instead of dark to light). |
| UpdateMinMax | If set, the method will recalculate Leadtools.RasterImage.MinValue based on the minimum intensity inside the image and recalculate Leadtools.RasterImage.MaxValue based on the maximum intensity inside the image. |
System.Object
System.ValueType
System.Enum
Leadtools.ImageProcessing.Core.VoiLookupTableCommandFlags
Target Platforms: Silverlight 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7, MAC OS/X (Intel Only)
Copy Code