←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#
VB
WinRT C#
C++
public enum ZigZagCommandFlags 
  
Public Enum ZigZagCommandFlags  
   Inherits System.Enum 
   Implements System.IComparable, System.IConvertible, System.IFormattable  
public enum ZigZagCommandFlags : System.IComparable, System.IConvertible, System.IFormattable   
Leadtools.ImageProcessing.SpecialEffects.ZigZagCommandFlags = function() { }; 
Leadtools.ImageProcessing.SpecialEffects.ZigZagCommandFlags.prototype = { 
 
  Color = 0x00000000, 
    RadialWave = 0x00000000, 
    Repeat = 0x00000001, 
    NoChange = 0x00000002, 
    PondRippleWave = 0x00000010, 
     
 }; 
public enum class ZigZagCommandFlags : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable   

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

Leadtools.ImageProcessing.SpecialEffects Assembly