Visual Basic (Declaration) | |
---|---|
Public Enum RippleCommandType Inherits System.Enum Implements IComparable, IConvertible, IFormattable |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As RippleCommandType |
C# | |
---|---|
public enum RippleCommandType : System.Enum, IComparable, IConvertible, IFormattable |
C++/CLI | |
---|---|
public enum class RippleCommandType : public System.Enum, IComparable, IConvertible, IFormattable |
Member | Description |
---|---|
Color | Fill 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. |
NoChange | Leave the exposed area as is, without changing it. |
Repeat | Stretch the image edges to fill the exposed area. |
System.Object
System.ValueType
System.Enum
Leadtools.ImageProcessing.SpecialEffects.RippleCommandType
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7