LEADTOOLS Image Processing (Leadtools.ImageProcessing.SpecialEffects assembly)

PlaneCommandFlags Enumeration

Show in webframe







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.

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 = {
None = 0x00000000, Color = 0x00000001, NoChange = 0x00000002, Left = 0x00000010, Right = 0x00000020, Up = 0x00000040, Down = 0x00000080, };
[FlagsAttribute()]
public enum class PlaneCommandFlags : public System.Enum, System.IComparableSystem.IConvertibleSystem.IFormattable  
Members
ValueMemberDescription
0x00000000NoneNo change.
0x00000001ColorUse the FillColor as a background color.
0x00000002NoChangeUse the image itself as a background.
0x00000010LeftThe plane will be displayed to the left of the Z-axis.
0x00000020RightThe plane will be displayed to the right of the Z-axis.
0x00000040UpThe plane will be displayed above the Z-axis.
0x00000080DownThe plane will be displayed below 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

See Also

Reference

Leadtools.ImageProcessing.SpecialEffects Namespace

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.