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
Leadtools.ImageProcessing.Effects.DeinterlaceCommandFlags = function() { }; Leadtools.ImageProcessing.Effects.DeinterlaceCommandFlags.prototype = {
LeadtoolsMemberMarker(replace me) };
[FlagsAttribute()] public enum class DeinterlaceCommandFlags : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable
Member | Description |
---|---|
Even | Remove the even lines. |
None | No change. |
Normal | Deinterlace the image by copying the data line into the removed lines. |
Odd | Remove the odd lines. |
Smooth | Deinterlace the image by averaging the data lines and copying the averaged data into the removed lines. |
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
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2