[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
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 |
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document