Leadtools.ImageProcessing.SpecialEffects Send comments on this topic. | Back to Introduction - All Topics | Help Version 15.12.11
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 FlagsAttribute attribute that allows a bitwise combination of its member values.

Syntax

Visual Basic (Declaration) 
<FlagsAttribute()>
Public Enum GlassEffectCommandFlags 
   Inherits Enum
Visual Basic (Usage)Copy Code
Dim instance As GlassEffectCommandFlags
C# 
[FlagsAttribute()]
public enum GlassEffectCommandFlags : Enum 
Managed Extensions for C++ 
[FlagsAttribute()]
__value public enum GlassEffectCommandFlags : public Enum 
C++/CLI 
[FlagsAttribute()]
public enum class GlassEffectCommandFlags : public Enum 

Members

MemberDescription
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.
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.

Remarks

You can use a bitwise OR (|) to specify one flag from each group.
GroupFlags
Flags that indicate the type of data in the CellWidth property or the cellWidth parameter of the ConstructorWidthFrequency, WidthPeriod
Flags that indicate the type of data in the CellHeight property or the cellHeight parameter of the ConstructorHeightFrequency, HeightPeriod

Inheritance Hierarchy

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

Requirements

Target Platforms: Microsoft .NET Framework 2.0, Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

See Also