←Select platform

CubismCommandFlags Enumeration

Summary
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
C#
C++/CLI
Python
[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 
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
Requirements

Target Platforms

Help Version 23.0.2024.3.3
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ImageProcessing.Effects Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.