LEADTOOLS Image Processing (Leadtools.ImageProcessing.SpecialEffects assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.29
ZoomWaveCommandType Enumeration
See Also  
Leadtools.ImageProcessing.SpecialEffects Namespace : ZoomWaveCommandType Enumeration



Flags that indicate how to handle exposed areas

Syntax

Visual Basic (Declaration) 
Public Enum ZoomWaveCommandType 
   Inherits System.Enum
   Implements IComparableIConvertibleIFormattable 
Visual Basic (Usage)Copy Code
Dim instance As ZoomWaveCommandType
C# 
public enum ZoomWaveCommandType : System.Enum, IComparableIConvertibleIFormattable  
C++/CLI 
public enum class ZoomWaveCommandType : public System.Enum, IComparableIConvertibleIFormattable  

Members

MemberDescription
ColorFill any exposed areas with ZoomWaveCommand.FillColor or the fillColor parameter of the appropriate ZoomWaveCommand Constructor.
NoChangeLeave the exposed area as is, without changing it.
RepeatStretch the image edges to fill the exposed area.

Inheritance Hierarchy

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

Requirements

Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7

See Also