C#
VB
WinRT C#
C++
Flags that indicate how to handle exposed areas, and the direction of the shear wave.
[FlagsAttribute()]public enum FreeHandShearCommandFlags
<FlagsAttribute()>Public Enum FreeHandShearCommandFlagsInherits System.EnumImplements System.IComparable, System.IConvertible, System.IFormattable
[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
Members
| 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. |
You can use a bitwise OR ( ¦ ) to specify one flag from each group.
| Group | Flags |
| Exposed Areas | Color, Repeat, NoChange |
| Shear direction | Horizontal, Vertical |
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET
