←Select platform

TunnelCommandFlags Enumeration

Summary
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.

Syntax
C#
C++/CLI
Python
[FlagsAttribute()] 
public enum TunnelCommandFlags 
[FlagsAttribute()] 
public enum class TunnelCommandFlags : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable   
class TunnelCommandFlags(Enum): 
   None = 0 
   Color = 1 
   NoChange = 2 
   WidthAxis = 16 
   HeightAxis = 32 
Members
ValueMemberDescription
0x00000000NoneNo change.
0x00000001ColorUse the FillColor property of the TunnelCommand class, or the fillColor parameter, if you are using the appropriate TunnelCommand Constructor, as a background color.
0x00000002NoChangeUse the image itself as a background.
0x00000010WidthAxisImage width will be along the Z-axis.
0x00000020HeightAxisImage height will be along the Z-axis.
Remarks

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
Requirements

Target Platforms

Help Version 22.0.2023.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ImageProcessing.SpecialEffects Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.