LEADTOOLS Image Processing (Leadtools.ImageProcessing.Effects assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.29
CubismCommandFlags Enumeration
See Also  
Leadtools.ImageProcessing.Effects Namespace : CubismCommandFlags Enumeration



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

Visual Basic (Declaration) 
<FlagsAttribute()>
Public Enum CubismCommandFlags 
   Inherits System.Enum
   Implements IComparableIConvertibleIFormattable 
Visual Basic (Usage)Copy Code
Dim instance As CubismCommandFlags
C# 
[FlagsAttribute()]
public enum CubismCommandFlags : System.Enum, IComparableIConvertibleIFormattable  
C++/CLI 
[FlagsAttribute()]
public enum class CubismCommandFlags : public System.Enum, IComparableIConvertibleIFormattable  

Members

MemberDescription
BackgroundUse the image itself as the background.
ColorUse the color in the Color property (or in the fillColor parameter in the Constructor) as the background color.
NoneNo change.
OrientedAll cubes will have the orientation specified by the Angle property (or the angle parameter of the Constructor).
RandomCubes will have random orientation.
RectangleCubes will have rectangular shape.
SquareCubes will have square shape.

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: Silverlight 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7, MAC OS/X (Intel Only)

See Also