LEADTOOLS Image Processing (Leadtools.ImageProcessing.Effects assembly)

CubismCommandFlags Enumeration

Show in webframe







Flags that indicate the background color, cube shape and cube orientation.

This enumeration has a System.FlagsAttribute attribute that allows a bitwise combination of its member values.

Syntax
'Declaration
 
<FlagsAttribute()>
Public Enum CubismCommandFlags 
   Inherits System.Enum
   Implements System.IComparableSystem.IConvertibleSystem.IFormattable 
'Usage
 
Dim instance As CubismCommandFlags
[FlagsAttribute()]
public enum CubismCommandFlags : System.IComparableSystem.IConvertibleSystem.IFormattable  

            

            
Leadtools.ImageProcessing.Effects.CubismCommandFlags = function() { };
Leadtools.ImageProcessing.Effects.CubismCommandFlags.prototype = {
None = 0x00000000, Background = 0x00000001, Color = 0x00000002, Square = 0x00000010, Rectangle = 0x00000020, Random = 0x00000100, Oriented = 0x00000200, };
[FlagsAttribute()]
public enum class CubismCommandFlags : public System.Enum, System.IComparableSystem.IConvertibleSystem.IFormattable  
Members
ValueMemberDescription
0x00000000NoneNo change.
0x00000001BackgroundUse the image itself as the background.
0x00000002ColorUse the color in the Color property (or in the fillColor parameter in the Constructor) as the background color.
0x00000010SquareCubes will have square shape.
0x00000020RectangleCubes will have rectangular shape.
0x00000100RandomCubes will have random orientation.
0x00000200OrientedAll cubes will have the orientation specified by the Angle property (or the angle parameter of the Constructor).
Remarks
You can use a bitwise OR (|) to specify one flag from each group.
Group Flags
Flags that indicate the background color Background, Color
Flags that indicate the cube's shape Square, Rectangle
Flags that indicate the cube's orientation Random, Oriented
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Leadtools.ImageProcessing.Effects.CubismCommandFlags

Requirements

Target Platforms

See Also

Reference

Leadtools.ImageProcessing.Effects Namespace

 

 


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