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

WaveCommandFlags Enumeration






Flags that indicate how to handle exposed areas, the type of information in the WaveLength property of the WaveCommand class, or the waveLength parameter of the appropriate WaveCommand Constructor, and the wave type.

.NET support WinRT support
Syntax
'Declaration
 
<FlagsAttribute()>
Public Enum WaveCommandFlags 
   Inherits System.Enum
   Implements System.IComparableSystem.IConvertibleSystem.IFormattable 
'Usage
 
Dim instance As WaveCommandFlags
Leadtools.ImageProcessing.SpecialEffects.WaveCommandFlags = function() { };
Leadtools.ImageProcessing.SpecialEffects.WaveCommandFlags.prototype = {
LeadtoolsMemberMarker(replace me) };
[FlagsAttribute()]
public enum class WaveCommandFlags : public System.Enum, System.IComparableSystem.IConvertibleSystem.IFormattable  
Members
MemberDescription
ColorFill any exposed areas with WaveCommand.FillColor.
CosWaveThe wave is a sinusoidal wave shifted by 90 degrees.
FrequencyThe value in WaveCommand.WaveLength property of the WaveCommand Class, or the waveLength parameter of the appropriate WaveCommand Constructor, is the frequency, or the number of times the wave repeats.
NoChangeLeave the exposed area as is, without changing it.
PeriodThe value of the WaveCommand.WaveLength property of the WaveCommand Class, or the waveLength parameter of the appropriate WaveCommand Constructor, is a wave length given as a percent of the image dimensions. If this flag is used, the valid range is from 0 to 100.
RepeatStretch the image edges to fill the exposed area.
SinWaveThe wave is a sinusoidal wave.
SquareWaveThe wave is a square wave.
TriangleWaveThe wave is a triangular wave.
Remarks
You can use a bitwise OR (|) to specify one flag from each group.
Group Flags
Exposed Areas Color, Repeat, NoChange
WaveLength Data Type Period, Frequency
Wave Type SinWav, CosWave, SquareWav, TriangleWav
Inheritance Hierarchy

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

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.