Leadtools.ImageProcessing.Core Namespace : VoiLookupTableCommandFlags Enumeration |
[FlagsAttribute()] public enum VoiLookupTableCommandFlags : System.Enum, System.IComparable, System.IConvertible, System.IFormattable
'Declaration <FlagsAttribute()> Public Enum VoiLookupTableCommandFlags Inherits System.Enum Implements System.IComparable, System.IConvertible, System.IFormattable
'Usage Dim instance As VoiLookupTableCommandFlags
[FlagsAttribute()] public enum VoiLookupTableCommandFlags : System.IComparable, System.IConvertible, System.IFormattable
enum LTVoiLookupTableCommandFlags
public enum VoiLookupTableCommandFlags
Leadtools.ImageProcessing.Core.VoiLookupTableCommandFlags = function() { }; Leadtools.ImageProcessing.Core.VoiLookupTableCommandFlags.prototype = {
None = 0x00000000, UpdateMinMax = 0x00000001, ReverseOrder = 0x00000002, };
[FlagsAttribute()] public enum class VoiLookupTableCommandFlags : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable
Value | Member | Description |
---|---|---|
0x00000000 | None | No Flags |
0x00000001 | 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. |
0x00000002 | 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