C#
VB
WinRT C#
C++
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.
[FlagsAttribute()]
public enum CubismCommandFlags
<FlagsAttribute()>
Public Enum CubismCommandFlags
[FlagsAttribute()]
public enum CubismCommandFlags
Leadtools.ImageProcessing.Effects.CubismCommandFlags = function() { };
Leadtools.ImageProcessing.Effects.CubismCommandFlags.prototype = {<br/>
LeadtoolsMemberMarker(replace me)
};
[FlagsAttribute()]
public enum class CubismCommandFlags
Members
Value | Member | Description |
---|---|---|
0x00000000 | None | No change. |
0x00000001 | Background | Use the image itself as the background. |
0x00000002 | Color | Use the color in the Color property (or in the fillColor parameter in the Constructor) as the background color. |
0x00000010 | Square | Cubes will have square shape. |
0x00000020 | Rectangle | Cubes will have rectangular shape. |
0x00000100 | Random | Cubes will have random orientation. |
0x00000200 | Oriented | All cubes will have the orientation specified by the Angle property (or the angle parameter of the Constructor). |
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 |
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET