| Leadtools.ImageProcessing.Effects Namespace : DisplacementCommandFlags Enumeration |
This enumeration has a System.FlagsAttribute attribute that allows a bitwise combination of its member values.





[FlagsAttribute()] public enum DisplacementCommandFlags : System.Enum, System.IComparable, System.IConvertible, System.IFormattable
'Declaration <FlagsAttribute()> Public Enum DisplacementCommandFlags Inherits System.Enum Implements System.IComparable, System.IConvertible, System.IFormattable
'Usage Dim instance As DisplacementCommandFlags
[FlagsAttribute()] public enum DisplacementCommandFlags : System.IComparable, System.IConvertible, System.IFormattable
enum LTDisplacementCommandFlags
public enum DisplacementCommandFlags
Leadtools.ImageProcessing.Effects.DisplacementCommandFlags = function() { };
Leadtools.ImageProcessing.Effects.DisplacementCommandFlags.prototype = {
Tile = 0x00000000,
Color = 0x00000000,
Repeat = 0x00000001,
NoChange = 0x00000002,
WrapAround = 0x00000003,
StretchToFit = 0x00000010,
};
[FlagsAttribute()] public enum class DisplacementCommandFlags : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable
| Group | Flags |
| Flags that indicate how to handle exposed areas | Color, Repeat, NoChange, WrapAround |
| Flags that indicate the way to use the displacement map image | StretchToFit, Tile |
System.Object
System.ValueType
System.Enum
Leadtools.ImageProcessing.Effects.DisplacementCommandFlags