LEADTOOLS Image Processing (Leadtools.ImageProcessing.SpecialEffects assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.29
GlassEffectCommandFlags Enumeration
See Also  
Leadtools.ImageProcessing.SpecialEffects Namespace : GlassEffectCommandFlags Enumeration



Enumeration that indicates what type of data is in the CellWidth and CellHeight properties or the cellWidth and cellHeight parameters.

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

Syntax

Visual Basic (Declaration) 
<FlagsAttribute()>
Public Enum GlassEffectCommandFlags 
   Inherits System.Enum
   Implements IComparableIConvertibleIFormattable 
Visual Basic (Usage)Copy Code
Dim instance As GlassEffectCommandFlags
C# 
[FlagsAttribute()]
public enum GlassEffectCommandFlags : System.Enum, IComparableIConvertibleIFormattable  
C++/CLI 
[FlagsAttribute()]
public enum class GlassEffectCommandFlags : public System.Enum, IComparableIConvertibleIFormattable  

Members

MemberDescription
HeightFrequencyThe CellHeight property or the cellHeight parameter is the number of cells along the height of the image.
HeightPeriodThe CellHeight property or the cellHeight parameter is the height of the cell in pixels.
NoneReserved.
WidthFrequencyThe CellWidth property or cellWidth parameter is the number of cells along the width of the image.
WidthPeriodThe CellWidth property or the cellWidth parameter is the width of the cell in pixels.

Remarks

You can use a bitwise OR (|) to specify one flag from each group.
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

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Leadtools.ImageProcessing.SpecialEffects.GlassEffectCommandFlags

Requirements

Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7

See Also