Flags that indicate how to handle exposed areas, and the direction of the shear wave.
Visual Basic (Declaration) | |
---|---|
<FlagsAttribute()> Public Enum FreeHandShearCommandFlags Inherits System.Enum Implements IComparable, IConvertible, IFormattable |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As FreeHandShearCommandFlags |
C# | |
---|---|
[FlagsAttribute()] public enum FreeHandShearCommandFlags : System.Enum, IComparable, IConvertible, IFormattable |
C++/CLI | |
---|---|
[FlagsAttribute()] public enum class FreeHandShearCommandFlags : public System.Enum, IComparable, IConvertible, IFormattable |
Member | Description |
---|---|
Color | Fill any exposed areas with FreeHandShearCommand.FillColor. |
Horizontal | Apply the shear wave horizontally. |
NoChange | Leave the exposed area as is, without changing it. |
Repeat | Stretch the image edges to fill the exposed area. |
Vertical | Apply the shear wave vertically. |
You can use a bitwise OR (|) to specify one flag from each group.
Group | Flags |
Exposed Areas | Color, Repeat, NoChange |
Shear direction | Horizontal, Vertical |
System.Object
System.ValueType
System.Enum
Leadtools.ImageProcessing.SpecialEffects.FreeHandShearCommandFlags
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7