Visual Basic (Declaration) | |
---|---|
<FlagsAttribute()> Public Enum VoiLookupTableCommandFlags Inherits Enum |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
[FlagsAttribute()] public enum VoiLookupTableCommandFlags : Enum |
Managed Extensions for C++ | |
---|---|
[FlagsAttribute()] __value public enum VoiLookupTableCommandFlags : public Enum |
C++/CLI | |
---|---|
[FlagsAttribute()] public enum class VoiLookupTableCommandFlags : public Enum |
Member | Description |
---|---|
None | No Flags |
UpdateMinMax | If set, the method will recalculate MinValue based on the minimum intensity inside the image and recalculate MaxValue based on the maximum intensity inside the image. |
ReverseOrder | If set, the method will fill the image display LookupTable in reverse order (light to dark instead of dark to light). |
System.Object
System.ValueType
System.Enum
Leadtools.ImageProcessing.Core.VoiLookupTableCommandFlags
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