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 = {
LeadtoolsMemberMarker(replace me) };
[FlagsAttribute()] public enum class GlassEffectCommandFlags : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable
Member | Description |
---|---|
HeightFrequency | The CellHeight property or the cellHeight parameter is the number of cells along the height of the image. |
HeightPeriod | The CellHeight property or the cellHeight parameter is the height of the cell in pixels. |
None | Reserved. |
WidthFrequency | The CellWidth property or cellWidth parameter is the number of cells along the width of the image. |
WidthPeriod | The CellWidth property or the cellWidth parameter is the width of the cell in pixels. |
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
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2