LEADTOOLS (Leadtools assembly)

CombineWarpCommandFlags Enumeration

Show in webframe







Flags for the CombineWarpCommand.Flags property.
Syntax
[FlagsAttribute()]
public enum CombineWarpCommandFlags : System.Enum, System.IComparableSystem.IConvertibleSystem.IFormattable  
'Declaration
 
<FlagsAttribute()>
Public Enum CombineWarpCommandFlags 
   Inherits System.Enum
   Implements System.IComparableSystem.IConvertibleSystem.IFormattable 
'Usage
 
Dim instance As CombineWarpCommandFlags
[FlagsAttribute()]
public enum CombineWarpCommandFlags : System.IComparableSystem.IConvertibleSystem.IFormattable  

            

            
Leadtools.ImageProcessing.CombineWarpCommandFlags = function() { };
Leadtools.ImageProcessing.CombineWarpCommandFlags.prototype = {
None = 0, Bilinear = 1, Reserved1 = 2, Reserved2 = 4, Reserved3 = 8, Reserved4 = 16, Reserved5 = 32, Reserved6 = 64, Reserved7 = 128, Reserved8 = 256, Reserved9 = 512, };
[FlagsAttribute()]
public enum class CombineWarpCommandFlags : public System.Enum, System.IComparableSystem.IConvertibleSystem.IFormattable  
Members
ValueMemberDescription
0NoneDefault (No interpolation).
1BilinearBilinear 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.
2Reserved1Reserved.
4Reserved2Reserved.
8Reserved3Reserved.
16Reserved4Reserved.
32Reserved5Reserved.
64Reserved6Reserved.
128Reserved7Reserved.
256Reserved8Reserved.
512Reserved9Reserved.
Inheritance Hierarchy

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

Requirements

Target Platforms

See Also

Reference

Leadtools.ImageProcessing Namespace

 

 


Products | Support | Contact Us | Copyright Notices

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