C#
VB
WinRT C#
C++
Flags that indicate the background color and which image dimension extends along the Z-axis. This enumeration has a System.FlagsAttribute attribute that allows a bitwise combination of its member values.
[FlagsAttribute()]public enum TunnelCommandFlags
<FlagsAttribute()>Public Enum TunnelCommandFlagsInherits System.EnumImplements System.IComparable, System.IConvertible, System.IFormattable
[FlagsAttribute()]public enum TunnelCommandFlags : System.IComparable, System.IConvertible, System.IFormattable
Leadtools.ImageProcessing.SpecialEffects.TunnelCommandFlags = function() { };Leadtools.ImageProcessing.SpecialEffects.TunnelCommandFlags.prototype = {None = 0x00000000,Color = 0x00000001,NoChange = 0x00000002,WidthAxis = 0x00000010,HeightAxis = 0x00000020,};
[FlagsAttribute()]public enum class TunnelCommandFlags : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable
Members
| Value | Member | Description |
|---|---|---|
| 0x00000000 | None | No change. |
| 0x00000001 | Color | Use the FillColor property of the TunnelCommand class, or the fillColor parameter, if you are using the appropriate TunnelCommand Constructor, as a background color. |
| 0x00000002 | NoChange | Use the image itself as a background. |
| 0x00000010 | WidthAxis | Image width will be along the Z-axis. |
| 0x00000020 | HeightAxis | Image height will be along the Z-axis. |
You can use a bitwise OR ( ¦ ) to specify one flag from each group.
| Group | Flags |
| Flags that indicate the background color | Color, NoChange |
| Flags that indicate which image dimension is along the Z-axis | WidthAxis, HeightAxis |
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
