| Leadtools.ImageProcessing.Effects Namespace : CubismCommandFlags Enumeration |
This enumeration has a System.FlagsAttribute attribute that allows a bitwise combination of its member values.


[FlagsAttribute()] public enum CubismCommandFlags : System.Enum, System.IComparable, System.IConvertible, System.IFormattable
'Declaration <FlagsAttribute()> Public Enum CubismCommandFlags Inherits System.Enum Implements System.IComparable, System.IConvertible, System.IFormattable
'Usage Dim instance As CubismCommandFlags
[FlagsAttribute()] public enum CubismCommandFlags : System.IComparable, System.IConvertible, System.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.IComparable, System.IConvertible, System.IFormattable
| 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 |
System.Object
System.ValueType
System.Enum
Leadtools.ImageProcessing.Effects.CubismCommandFlags