←Select platform

GlassEffectCommandFlags Enumeration

Summary
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
C#
C++/CLI
Python
[FlagsAttribute()] 
public enum GlassEffectCommandFlags 
[FlagsAttribute()] 
public enum class GlassEffectCommandFlags : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable   
class GlassEffectCommandFlags(Enum): 
   None = 0 
   WidthFrequency = 1 
   WidthPeriod = 2 
   HeightFrequency = 16 
   HeightPeriod = 32 
Members
ValueMemberDescription
0x00000000NoneReserved.
0x00000001WidthFrequencyThe CellWidth property or cellWidth parameter is the number of cells along the width of the image.
0x00000002WidthPeriodThe CellWidth property or the cellWidth parameter is the width of the cell in pixels.
0x00000010HeightFrequencyThe CellHeight property or the cellHeight parameter is the number of cells along the height of the image.
0x00000020HeightPeriodThe 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.

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
Requirements

Target Platforms

Help Version 22.0.2023.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ImageProcessing.SpecialEffects Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.