Leadtools.ImageProcessing.SpecialEffects Namespace : ZoomWaveCommandType Enumeration |
public enum ZoomWaveCommandType : System.Enum, System.IComparable, System.IConvertible, System.IFormattable
'Declaration Public Enum ZoomWaveCommandType Inherits System.Enum Implements System.IComparable, System.IConvertible, System.IFormattable
'Usage Dim instance As ZoomWaveCommandType
public enum ZoomWaveCommandType : System.IComparable, System.IConvertible, System.IFormattable
Leadtools.ImageProcessing.SpecialEffects.ZoomWaveCommandType = function() { }; Leadtools.ImageProcessing.SpecialEffects.ZoomWaveCommandType.prototype = {
Color = 0x00000000, Repeat = 0x00000001, NoChange = 0x00000002, };
public enum class ZoomWaveCommandType : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable
Value | Member | Description |
---|---|---|
0x00000000 | Color | Fill any exposed areas with ZoomWaveCommand.FillColor or the fillColor parameter of the appropriate ZoomWaveCommand Constructor. |
0x00000001 | Repeat | Stretch the image edges to fill the exposed area. |
0x00000002 | NoChange | Leave the exposed area as is, without changing it. |
System.Object
System.ValueType
System.Enum
Leadtools.ImageProcessing.SpecialEffects.ZoomWaveCommandType