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 TunnelCommandFlags
Inherits System.Enum
Implements System.IComparable, System.IConvertible, System.IFormattable
[FlagsAttribute()]
public enum class TunnelCommandFlags : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable
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 |
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document