Error processing SSI file
LEADTOOLS Image Processing (Leadtools.ImageProcessing.Effects assembly)

Show in webframe

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
'Declaration
 
<FlagsAttribute()>
Public Enum CubismCommandFlags 
   Inherits System.Enum
   Implements System.IComparable, System.IConvertible, System.IFormattable 
'Usage
 
Dim instance As CubismCommandFlags
Leadtools.ImageProcessing.Effects.CubismCommandFlags = function() { };
Leadtools.ImageProcessing.Effects.CubismCommandFlags.prototype = {<br/>
  LeadtoolsMemberMarker(replace me)
 };
[FlagsAttribute()]
public enum class CubismCommandFlags : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable  
Members
ValueMemberDescription
0x00000000None No change.
0x00000001Background Use the image itself as the background.
0x00000002Color Use the color in the Color property (or in the fillColor parameter in the Constructor) as the background color.
0x00000010Square Cubes will have square shape.
0x00000020Rectangle Cubes will have rectangular shape.
0x00000100Random Cubes will have random orientation.
0x00000200Oriented 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.
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

Error processing SSI file