Leadtools.ImageProcessing.Effects Send comments on this topic. | Back to Introduction - All Topics | Help Version 16.5.9.25
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 FlagsAttribute attribute that allows a bitwise combination of its member values.

Syntax

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

Members

MemberDescription
None No change.
Background Use the image itself as the background.
Color Use the color in the Color property (or in the fillColor parameter in the Constructor) as the background color.
Square Cubes will have square shape.
Rectangle Cubes will have rectangular shape.
Random Cubes will have random orientation.
Oriented All 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.
GroupFlags
Flags that indicate the background colorBackground, Color
Flags that indicate the cube's shapeSquare, Rectangle
Flags that indicate the cube's orientationRandom, Oriented

Inheritance Hierarchy

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

Requirements

Target Platforms: Microsoft .NET Framework 2.0, Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

See Also