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 = {
LeadtoolsMemberMarker(replace me) };
[FlagsAttribute()] public enum class CubismCommandFlags : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable
Member | Description |
---|---|
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. |
None | No change. |
Oriented | All cubes will have the orientation specified by the Angle property (or the angle parameter of the Constructor). |
Random | Cubes will have random orientation. |
Rectangle | Cubes will have rectangular shape. |
Square | Cubes will have square shape. |
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
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2