LEADTOOLS Image Processing (Leadtools.ImageProcessing.Effects assembly)
LEAD Technologies, Inc

DeinterlaceCommandFlags Enumeration






Flags that indicate how to deinterlace the image and whether to remove odd lines or even lines.

This enumeration has a System.FlagsAttribute attribute that allows a bitwise combination of its member values.

.NET support WinRT support Silverlight support
Syntax
[FlagsAttribute()]
public enum DeinterlaceCommandFlags : System.Enum, System.IComparableSystem.IConvertibleSystem.IFormattable  
'Declaration
 
<FlagsAttribute()>
Public Enum DeinterlaceCommandFlags 
   Inherits System.Enum
   Implements System.IComparableSystem.IConvertibleSystem.IFormattable 
'Usage
 
Dim instance As DeinterlaceCommandFlags
[FlagsAttribute()]
public enum DeinterlaceCommandFlags : System.IComparableSystem.IConvertibleSystem.IFormattable  
Leadtools.ImageProcessing.Effects.DeinterlaceCommandFlags = function() { };
Leadtools.ImageProcessing.Effects.DeinterlaceCommandFlags.prototype = {
LeadtoolsMemberMarker(replace me) };
[FlagsAttribute()]
public enum class DeinterlaceCommandFlags : public System.Enum, System.IComparableSystem.IConvertibleSystem.IFormattable  
Members
MemberDescription
EvenRemove the even lines.
NoneNo change.
NormalDeinterlace the image by copying the data line into the removed lines.
OddRemove the odd lines.
SmoothDeinterlace the image by averaging the data lines and copying the averaged data into the removed lines.
Remarks
You can use a bitwise OR (|) to specify one flag from each group.
Group Flags
Flags that indicate how to deinterlace the image. Smooth, Normal
Flags that indicate whether to remove odd or even lines. Odd, Even
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Leadtools.ImageProcessing.Effects.DeinterlaceCommandFlags

Requirements

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

See Also

Reference

Leadtools.ImageProcessing.Effects Namespace

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.