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
Leadtools.ImageProcessing.Effects.DisplacementCommandFlags = function() { }; Leadtools.ImageProcessing.Effects.DisplacementCommandFlags.prototype = {
LeadtoolsMemberMarker(replace me) };
[FlagsAttribute()] public enum class DisplacementCommandFlags : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable
Member | Description |
---|---|
Color | Fill any exposed areas with fillColor. |
NoChange | Leave the exposed area as is, without changing it. |
Repeat | Stretch the image edges to fill the exposed area. |
StretchToFit | Stretch the displacement map image over the entire image area. |
Tile | Repeat the displacement map image to cover the image area. |
WrapAround | Fill any exposed area with the opposite side of the image. |
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
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2