Leadtools.Windows.Media.Effects Send comments on this topic. | Back to Introduction - All Topics | Help Version 15.8.31
CubismCommandBitmapEffectsFlags Enumeration
See Also  
Leadtools.Windows.Media.Effects.Effects Namespace : CubismCommandBitmapEffectsFlags Enumeration




Flags that indicate the background color, cube shape and cube orientation.

Syntax

Visual Basic (Declaration) 
<FlagsAttribute()>
Public Enum CubismCommandBitmapEffectsFlags 
   Inherits Enum
Visual Basic (Usage)Copy Code
Dim instance As CubismCommandBitmapEffectsFlags
C# 
[FlagsAttribute()]
public enum CubismCommandBitmapEffectsFlags : Enum 
Managed Extensions for C++ 
[FlagsAttribute()]
__value public enum CubismCommandBitmapEffectsFlags : public Enum 
C++/CLI 
[FlagsAttribute()]
public enum class CubismCommandBitmapEffectsFlags : public Enum 

Members

MemberDescription
None No change.
Background Use the image itself as the background.
Color Use the color in the Color property as the background color.
Square Cubes will have square shape.
Rectangle Cubes will have rectangular shape.
Random Cubes will have random orientation.
Oriented All cubes will have the orientation specified by the Angle property.

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

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Leadtools.Windows.Media.Effects.Effects.CubismCommandBitmapEffectsFlags

Requirements

Target Platforms: Microsoft .NET Framework 2.0, Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

See Also