←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#
VB
WinRT C#
C++
[FlagsAttribute()] 
public enum GlassEffectCommandFlags 
  
<FlagsAttribute()> 
Public Enum GlassEffectCommandFlags  
   Inherits System.Enum 
   Implements 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

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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ImageProcessing.SpecialEffects Assembly