Leadtools.ImageProcessing.Core Namespace : ApplyTransformationParametersCommandFlags Enumeration |
This enumeration has a System.FlagsAttribute attribute that allows a bitwise combination of its member values.
[FlagsAttribute()] public enum ApplyTransformationParametersCommandFlags : System.Enum, System.IComparable, System.IConvertible, System.IFormattable
'Declaration <FlagsAttribute()> Public Enum ApplyTransformationParametersCommandFlags Inherits System.Enum Implements System.IComparable, System.IConvertible, System.IFormattable
'Usage Dim instance As ApplyTransformationParametersCommandFlags
[FlagsAttribute()] public enum ApplyTransformationParametersCommandFlags : System.IComparable, System.IConvertible, System.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.IComparable, System.IConvertible, System.IFormattable
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 |
System.Object
System.ValueType
System.Enum
Leadtools.ImageProcessing.Core.ApplyTransformationParametersCommandFlags