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



This enumeration indicates how to handle exposed areas.

Syntax

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

Members

MemberDescription
ColorFill any exposed areas with the color stored in the FillColor property of the RippleCommand class, or the fillColor parameter if you are using the appropriate RippleCommand 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.RippleCommandType

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