C#
VB
WinRT C#
C++
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.
[FlagsAttribute()]public enum GlassEffectCommandFlags
<FlagsAttribute()>Public Enum GlassEffectCommandFlagsInherits System.EnumImplements System.IComparable, System.IConvertible, System.IFormattable
[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
Members
| Value | Member | Description |
|---|---|---|
| 0x00000000 | None | Reserved. |
| 0x00000001 | WidthFrequency | The CellWidth property or cellWidth parameter is the number of cells along the width of the image. |
| 0x00000002 | WidthPeriod | The CellWidth property or the cellWidth parameter is the width of the cell in pixels. |
| 0x00000010 | HeightFrequency | The CellHeight property or the cellHeight parameter is the number of cells along the height of the image. |
| 0x00000020 | HeightPeriod | The CellHeight property or the cellHeight parameter is the height of the cell in pixels. |
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 |
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET
