LEADTOOLS Image Processing (Leadtools.ImageProcessing.Core assembly)

ApplyTransformationParametersCommandFlags Enumeration

Show in webframe







Enumeration that specifies the behavior when resizing the image.

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

Syntax
[FlagsAttribute()]
public enum ApplyTransformationParametersCommandFlags : System.Enum, System.IComparableSystem.IConvertibleSystem.IFormattable  
'Declaration
 
<FlagsAttribute()>
Public Enum ApplyTransformationParametersCommandFlags 
   Inherits System.Enum
   Implements System.IComparableSystem.IConvertibleSystem.IFormattable 
'Usage
 
Dim instance As ApplyTransformationParametersCommandFlags
[FlagsAttribute()]
public enum ApplyTransformationParametersCommandFlags : System.IComparableSystem.IConvertibleSystem.IFormattable  
enum LTApplyTransformationParametersCommandFlags
public enum ApplyTransformationParametersCommandFlags
Leadtools.ImageProcessing.Core.ApplyTransformationParametersCommandFlags = function() { };
Leadtools.ImageProcessing.Core.ApplyTransformationParametersCommandFlags.prototype = {
None = 0x00000000, Normal = 0x00000001, Resample = 0x00000002, Bicubic = 0x00000003, };
[FlagsAttribute()]
public enum class ApplyTransformationParametersCommandFlags : public System.Enum, System.IComparableSystem.IConvertibleSystem.IFormattable  
Members
ValueMemberDescription
0x00000000NoneNo change.
0x00000001NormalResize normally.
0x00000002ResampleUse linear interpolation and averaging to produce a higher-quality image.
0x00000003BicubicUse bicubic interpolation and averaging to produce a higher quality image. This is slower than Resample.
Remarks
You can use a bitwise OR (|) to specify one flag from each group.
Group Flags
Flags that indicate the type of resizing Normal, Resample, Bicubic
Flags that indicate the color to preserve when making the image smaller FavorBlack, FavorWhite
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Leadtools.ImageProcessing.Core.ApplyTransformationParametersCommandFlags

Requirements

Target Platforms

See Also

Reference

Leadtools.ImageProcessing.Core Namespace

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.