| Leadtools.ImageProcessing.Effects Namespace : DeinterlaceCommandFlags Enumeration |
This enumeration has a System.FlagsAttribute attribute that allows a bitwise combination of its member values.





[FlagsAttribute()] public enum DeinterlaceCommandFlags : System.Enum, System.IComparable, System.IConvertible, System.IFormattable
'Declaration <FlagsAttribute()> Public Enum DeinterlaceCommandFlags Inherits System.Enum Implements System.IComparable, System.IConvertible, System.IFormattable
'Usage Dim instance As DeinterlaceCommandFlags
[FlagsAttribute()] public enum DeinterlaceCommandFlags : System.IComparable, System.IConvertible, System.IFormattable
enum LTDeinterlaceCommandFlags
public enum DeinterlaceCommandFlags
Leadtools.ImageProcessing.Effects.DeinterlaceCommandFlags = function() { };
Leadtools.ImageProcessing.Effects.DeinterlaceCommandFlags.prototype = {
None = 0x00000000,
Normal = 0x00000001,
Smooth = 0x00000002,
Odd = 0x00000010,
Even = 0x00000020,
};
[FlagsAttribute()] public enum class DeinterlaceCommandFlags : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable
| Group | Flags |
| Flags that indicate how to deinterlace the image. | Smooth, Normal |
| Flags that indicate whether to remove odd or even lines. | Odd, Even |
System.Object
System.ValueType
System.Enum
Leadtools.ImageProcessing.Effects.DeinterlaceCommandFlags