Leadtools.ImageProcessing.SpecialEffects Namespace : GlassEffectCommandFlags Enumeration |
This enumeration has a System.FlagsAttribute attribute that allows a bitwise combination of its member values.
[FlagsAttribute()] public enum GlassEffectCommandFlags : System.Enum, System.IComparable, System.IConvertible, System.IFormattable
'Declaration <FlagsAttribute()> Public Enum GlassEffectCommandFlags Inherits System.Enum Implements System.IComparable, System.IConvertible, System.IFormattable
'Usage Dim instance As GlassEffectCommandFlags
[FlagsAttribute()] public enum GlassEffectCommandFlags : System.IComparable, System.IConvertible, System.IFormattable
Leadtools.ImageProcessing.SpecialEffects.GlassEffectCommandFlags = function() { }; Leadtools.ImageProcessing.SpecialEffects.GlassEffectCommandFlags.prototype = {
None = 0x00000000, WidthFrequency = 0x00000001, WidthPeriod = 0x00000002, HeightFrequency = 0x00000010, HeightPeriod = 0x00000020, };
[FlagsAttribute()] public enum class GlassEffectCommandFlags : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable
Group | Flags |
Flags that indicate the type of data in the CellWidth property or the cellWidth parameter of the Constructor | WidthFrequency, WidthPeriod |
Flags that indicate the type of data in the CellHeight property or the cellHeight parameter of the Constructor | HeightFrequency, HeightPeriod |
System.Object
System.ValueType
System.Enum
Leadtools.ImageProcessing.SpecialEffects.GlassEffectCommandFlags