LEADTOOLS Image Processing (Leadtools.ImageProcessing.SpecialEffects assembly)

ZigZagCommandFlags Enumeration

Show in webframe







Flags that indicate how to handle exposed areas, and the wave radiation type.

This enumeration has a System.FlagsAttribute attribute that allows a bitwise combination of its member values.

Syntax
public enum ZigZagCommandFlags : System.Enum, System.IComparableSystem.IConvertibleSystem.IFormattable  
'Declaration
 
Public Enum ZigZagCommandFlags 
   Inherits System.Enum
   Implements System.IComparableSystem.IConvertibleSystem.IFormattable 
'Usage
 
Dim instance As ZigZagCommandFlags
public enum ZigZagCommandFlags : System.IComparableSystem.IConvertibleSystem.IFormattable  

            

            
Leadtools.ImageProcessing.SpecialEffects.ZigZagCommandFlags = function() { };
Leadtools.ImageProcessing.SpecialEffects.ZigZagCommandFlags.prototype = {
RadialWave = 0x00000000, Color = 0x00000000, Repeat = 0x00000001, NoChange = 0x00000002, PondRippleWave = 0x00000010, };
public enum class ZigZagCommandFlags : public System.Enum, System.IComparableSystem.IConvertibleSystem.IFormattable  
Members
ValueMemberDescription
0x00000000RadialWaveCreates distortion waves around the CenterPt.
0x00000000ColorFills any exposed areas with crFill.
0x00000001RepeatStretchs the image edges to fill the exposed area.
0x00000002NoChangeLeaves the exposed area as is, without changing it.
0x00000010PondRippleWaveCreates distortion waves that resemble the ripples in a pond.
Remarks
You can use a bitwise OR (|) to specify one flag from each group.
Group Flags
Flags that indicate how to handle exposed areas Color, Repeat, NoChange
Flags indicate the wave radiation typ RadialWave, PondRippleWave
Inheritance Hierarchy

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

Requirements

Target Platforms

See Also

Reference

Leadtools.ImageProcessing.SpecialEffects Namespace

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.