←Select platform

ZigZagCommandFlags Enumeration

Summary
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
C#
C++/CLI
Python
public enum ZigZagCommandFlags 
public enum class ZigZagCommandFlags : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable   
class ZigZagCommandFlags(Enum): 
   Color = 0 
   Color = 0 
   Repeat = 1 
   NoChange = 2 
   PondRippleWave = 16 
Members
ValueMemberDescription
0ColorFills any exposed areas with crFill.
0RadialWaveCreates distortion waves around the CenterPt.
1RepeatStretches the image edges to fill the exposed area.
2NoChangeLeaves the exposed area as is, without changing it.
16PondRippleWaveCreates 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 that indicate the wave radiation type RadialWave, PondRippleWave
Requirements

Target Platforms

Help Version 22.0.2023.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ImageProcessing.SpecialEffects Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.