This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.
| Visual Basic (Declaration) | |
|---|---|
<FlagsAttribute()> Public Enum PointillistCommandFlags Inherits Enum | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
| C# | |
|---|---|
[FlagsAttribute()] public enum PointillistCommandFlags : Enum | |
| C++/CLI | |
|---|---|
[FlagsAttribute()] public enum class PointillistCommandFlags : public Enum | |
| Member | Description |
|---|---|
| None | No flags. |
| BackGroundImage | Use the same image as background. |
| BackGroundColor | Fill the background by PointillistCommand.FillColor property only. |
| Sticker | Dots will block each others like stickers. |
| Point | Dots will interleave like bubbles. |
You can use a bitwise OR (|) to specify one flag from each group.
| Group | Flags |
| Background Color | BackGroundImage, BackGroundColor |
| Dots type | Sticker, Point |
System.Object
System.ValueType
System.Enum
Leadtools.ImageProcessing.SpecialEffects.PointillistCommandFlags
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