Leadtools.ImageProcessing.SpecialEffects Namespace : ColoredBallsCommandFlags Enumeration |
This enumeration has a System.FlagsAttribute attribute that allows a bitwise combination of its member values.
[FlagsAttribute()] public enum ColoredBallsCommandFlags : System.Enum, System.IComparable, System.IConvertible, System.IFormattable
'Declaration <FlagsAttribute()> Public Enum ColoredBallsCommandFlags Inherits System.Enum Implements System.IComparable, System.IConvertible, System.IFormattable
'Usage Dim instance As ColoredBallsCommandFlags
[FlagsAttribute()] public enum ColoredBallsCommandFlags : System.IComparable, System.IConvertible, System.IFormattable
Leadtools.ImageProcessing.SpecialEffects.ColoredBallsCommandFlags = function() { }; Leadtools.ImageProcessing.SpecialEffects.ColoredBallsCommandFlags.prototype = {
LeadtoolsMemberMarker(replace me) };
[FlagsAttribute()] public enum class ColoredBallsCommandFlags : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable
Member | Description |
---|---|
BackGroundColor | The background is the color specified in the ColoredBallsCommand.BackGroundColor property. |
BackGroundImage | The background is the same as the image. |
Ball | Balls will adjust like bubbles. |
BallsColorMask | The ball colors will block the image colors. |
BallsColorOpacity | Use the opacity value when combining image colors with ball colors. |
None | No flags. |
ShadingCircular | Draw shading as concentric circles. |
ShadingElliptical | Draw shading as concentric ellipses. |
ShadingLeftRight | Draw shading as vertical lines that move from left to right. |
ShadingSingle | Fill the background with the color specified in the ColoredBallsCommand.BackGroundColor property only. |
ShadingTopBottom | Draw shading as horizontal lines that move from top to bottom. |
Sticker | Balls will overlap like stickers. |
Group | Flags |
Shading type | ShadingSingle, ShadingLeftRight, ShadingTopBottom, ShadingCircular, ShadingElliptical |
Ball type | Sticker, Ball |
Background type | BackGroundImage, BackGroundColor |
Ball color type | BallsColorMask, BallsColorOpacity |
System.Object
System.ValueType
System.Enum
Leadtools.ImageProcessing.SpecialEffects.ColoredBallsCommandFlags
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2