←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#
VB
WinRT C#
C++
[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

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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ImageProcessing.Effects Assembly