[FlagsAttribute()]
public enum CubismCommandFlags
[FlagsAttribute()]
public enum class CubismCommandFlags
class CubismCommandFlags(Enum):
None = 0
Background = 1
Color = 2
Square = 16
Rectangle = 32
Random = 256
Oriented = 512
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 |
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document