|
Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.10.30
|
| Leadtools.ImageProcessing.SpecialEffects Namespace : FreeHandShearCommandFlags Enumeration |
[FlagsAttribute()] public enum FreeHandShearCommandFlags : System.Enum, System.IComparable, System.IConvertible, System.IFormattable
'Declaration <FlagsAttribute()> Public Enum FreeHandShearCommandFlags Inherits System.Enum Implements System.IComparable, System.IConvertible, System.IFormattable
'Usage Dim instance As FreeHandShearCommandFlags
[FlagsAttribute()] public enum FreeHandShearCommandFlags : System.IComparable, System.IConvertible, System.IFormattable
Leadtools.ImageProcessing.SpecialEffects.FreeHandShearCommandFlags = function() { };
Leadtools.ImageProcessing.SpecialEffects.FreeHandShearCommandFlags.prototype = {
Color = 0x00000000,
Horizontal = 0x00000000,
Repeat = 0x00000001,
NoChange = 0x00000002,
Vertical = 0x00000010,
};
[FlagsAttribute()] public enum class FreeHandShearCommandFlags : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable
| Value | Member | Description |
|---|---|---|
| 0x00000000 | Color | Fill any exposed areas with FreeHandShearCommand.FillColor. ![]() ![]() |
| 0x00000000 | Horizontal | Apply the shear wave horizontally. ![]() ![]() |
| 0x00000001 | Repeat | Stretch the image edges to fill the exposed area. ![]() ![]() |
| 0x00000002 | NoChange | Leave the exposed area as is, without changing it. ![]() ![]() |
| 0x00000010 | Vertical | Apply the shear wave vertically. ![]() ![]() |
| Group | Flags |
| Exposed Areas | Color, Repeat, NoChange |
| Shear direction | Horizontal, Vertical |
System.Object
System.ValueType
System.Enum
Leadtools.ImageProcessing.SpecialEffects.FreeHandShearCommandFlags