LEADTOOLS Image Processing (Leadtools.ImageProcessing.SpecialEffects assembly)
LEAD Technologies, Inc

TunnelCommandFlags Enumeration






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.

.NET support WinRT support
Syntax
'Declaration
 
<FlagsAttribute()>
Public Enum TunnelCommandFlags 
   Inherits System.Enum
   Implements System.IComparableSystem.IConvertibleSystem.IFormattable 
'Usage
 
Dim instance As TunnelCommandFlags
[FlagsAttribute()]
public enum TunnelCommandFlags : System.IComparableSystem.IConvertibleSystem.IFormattable  
Leadtools.ImageProcessing.SpecialEffects.TunnelCommandFlags = function() { };
Leadtools.ImageProcessing.SpecialEffects.TunnelCommandFlags.prototype = {
LeadtoolsMemberMarker(replace me) };
[FlagsAttribute()]
public enum class TunnelCommandFlags : public System.Enum, System.IComparableSystem.IConvertibleSystem.IFormattable  
Members
MemberDescription
ColorUse the FillColor property of the TunnelCommand class, or the fillColor parameter, if you are using the appropriate TunnelCommand Constructor, as a background color.
HeightAxisImage height will be along the Z-axis.
NoChangeUse the image itself as a background.
NoneNo change.
WidthAxisImage width 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
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Leadtools.ImageProcessing.SpecialEffects.TunnelCommandFlags

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

Leadtools.ImageProcessing.SpecialEffects Namespace

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.