Flags that indicate how to handle exposed areas
| Visual Basic (Declaration) | |
|---|---|
Public Enum ZoomWaveCommandType Inherits System.Enum Implements IComparable, IConvertible, IFormattable | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim instance As ZoomWaveCommandType | |
| C# | |
|---|---|
public enum ZoomWaveCommandType : System.Enum, IComparable, IConvertible, IFormattable | |
| C++/CLI | |
|---|---|
public enum class ZoomWaveCommandType : public System.Enum, IComparable, IConvertible, IFormattable | |
| Member | Description |
|---|---|
| Color | Fill any exposed areas with ZoomWaveCommand.FillColor or the fillColor parameter of the appropriate ZoomWaveCommand 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.ZoomWaveCommandType
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7
Copy Code