LEADTOOLS Image Processing (Leadtools.ImageProcessing.SpecialEffects assembly)
LEAD Technologies, Inc

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 System.FlagsAttribute attribute that allows a bitwise combination of its member values.

.NET support WinRT support
Syntax
[FlagsAttribute()]
public enum GlassEffectCommandFlags : System.Enum, System.IComparableSystem.IConvertibleSystem.IFormattable  
'Declaration
 
<FlagsAttribute()>
Public Enum GlassEffectCommandFlags 
   Inherits System.Enum
   Implements System.IComparableSystem.IConvertibleSystem.IFormattable 
'Usage
 
Dim instance As GlassEffectCommandFlags
[FlagsAttribute()]
public enum GlassEffectCommandFlags : System.IComparableSystem.IConvertibleSystem.IFormattable  
Leadtools.ImageProcessing.SpecialEffects.GlassEffectCommandFlags = function() { };
Leadtools.ImageProcessing.SpecialEffects.GlassEffectCommandFlags.prototype = {
LeadtoolsMemberMarker(replace me) };
[FlagsAttribute()]
public enum class GlassEffectCommandFlags : public System.Enum, System.IComparableSystem.IConvertibleSystem.IFormattable  
Members
MemberDescription
HeightFrequencyThe CellHeight property or the cellHeight parameter is the number of cells along the height of the image.
HeightPeriodThe CellHeight property or the cellHeight parameter is the height of the cell in pixels.
NoneReserved.
WidthFrequencyThe CellWidth property or cellWidth parameter is the number of cells along the width of the image.
WidthPeriodThe CellWidth property or the cellWidth parameter is the width 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
Inheritance Hierarchy

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

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

Leadtools.ImageProcessing.SpecialEffects Namespace

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.