Leadtools.ImageProcessing.SpecialEffects Namespace : PixelateCommandFlags Enumeration |
[FlagsAttribute()] public enum PixelateCommandFlags : System.Enum, System.IComparable, System.IConvertible, System.IFormattable
'Declaration <FlagsAttribute()> Public Enum PixelateCommandFlags Inherits System.Enum Implements System.IComparable, System.IConvertible, System.IFormattable
'Usage Dim instance As PixelateCommandFlags
[FlagsAttribute()] public enum PixelateCommandFlags : System.IComparable, System.IConvertible, System.IFormattable
Leadtools.ImageProcessing.SpecialEffects.PixelateCommandFlags = function() { }; Leadtools.ImageProcessing.SpecialEffects.PixelateCommandFlags.prototype = {
Maximum = 0x00000000, Minimum = 0x00000001, Average = 0x00000002, Rectangle = 0x00000010, Radial = 0x00000020, WidthFrequency = 0x00000100, WidthPeriod = 0x00000200, HeightFrequency = 0x00000400, HeightPeriod = 0x00000800, };
[FlagsAttribute()] public enum class PixelateCommandFlags : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable
Group | Flags |
Cell Values | Maximum, Minimum, Average |
Cell Shapes | Rectangle, Radial |
Type of cell width and cell height data used | WidthFrequency, WidthPeriod, HeightFrequency, HeightPeriod |
System.Object
System.ValueType
System.Enum
Leadtools.ImageProcessing.SpecialEffects.PixelateCommandFlags