Leadtools Send comments on this topic. | Back to Introduction - All Topics | Help Version 16.5.9.25
CombineWarpCommandFlags Enumeration
See Also  
Leadtools.ImageProcessing Namespace : CombineWarpCommandFlags Enumeration



Flags for the CombineWarpCommand.Flags property.

Syntax

Visual Basic (Declaration) 
<FlagsAttribute()>
Public Enum CombineWarpCommandFlags 
   Inherits Enum
Visual Basic (Usage)Copy Code
Dim instance As CombineWarpCommandFlags
C# 
[FlagsAttribute()]
public enum CombineWarpCommandFlags : Enum 
C++/CLI 
[FlagsAttribute()]
public enum class CombineWarpCommandFlags : public Enum 

Members

MemberDescription
None Default (No interpolation).
Bilinear Bilinear interpolation. This value is only valid if the bits per pixel of the image is 1-bit, 8-bit grayscale, 12-bit without a lookup table, 16-bit without a lookup table, 24, 32, 48, or 64.
Reserved1 Reserved.
Reserved2 Reserved.
Reserved3 Reserved.
Reserved4 Reserved.
Reserved5 Reserved.
Reserved6 Reserved.
Reserved7 Reserved.
Reserved8 Reserved.
Reserved9 Reserved.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Leadtools.ImageProcessing.CombineWarpCommandFlags

Requirements

Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family

See Also