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

PlaneCommandFlags Enumeration






Enumeration that indicates the background color and the planes to be shown. You can use a bit wise OR (|) to specify one flag from each group.

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 PlaneCommandFlags 
   Inherits System.Enum
   Implements System.IComparableSystem.IConvertibleSystem.IFormattable 
'Usage
 
Dim instance As PlaneCommandFlags
[FlagsAttribute()]
public enum PlaneCommandFlags : System.IComparableSystem.IConvertibleSystem.IFormattable  
Leadtools.ImageProcessing.SpecialEffects.PlaneCommandFlags = function() { };
Leadtools.ImageProcessing.SpecialEffects.PlaneCommandFlags.prototype = {
LeadtoolsMemberMarker(replace me) };
[FlagsAttribute()]
public enum class PlaneCommandFlags : public System.Enum, System.IComparableSystem.IConvertibleSystem.IFormattable  
Members
MemberDescription
ColorUse the FillColor as a background color.
DownThe plane will be displayed below the Z-axis.
LeftThe plane will be displayed to the left of the Z-axis.
NoChangeUse the image itself as a background.
NoneNo change.
RightThe plane will be displayed to the right of the Z-axis.
UpThe plane will be displayed above 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 planes (with respect to the Z-axis) will be shown. Left, Right, Down, Up
Inheritance Hierarchy

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

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.