LEADTOOLS Image Processing (Leadtools.ImageProcessing.SpecialEffects assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.29
PointillistCommandFlags Enumeration
See Also  
Leadtools.ImageProcessing.SpecialEffects Namespace : PointillistCommandFlags Enumeration



Flags that indicate the background color and dots type.

This enumeration has a System.FlagsAttribute attribute that allows a bitwise combination of its member values.

Syntax

Visual Basic (Declaration) 
<FlagsAttribute()>
Public Enum PointillistCommandFlags 
   Inherits System.Enum
   Implements IComparableIConvertibleIFormattable 
Visual Basic (Usage)Copy Code
Dim instance As PointillistCommandFlags
C# 
[FlagsAttribute()]
public enum PointillistCommandFlags : System.Enum, IComparableIConvertibleIFormattable  
C++/CLI 
[FlagsAttribute()]
public enum class PointillistCommandFlags : public System.Enum, IComparableIConvertibleIFormattable  

Members

MemberDescription
BackGroundColorFill the background by PointillistCommand.FillColor property only.
BackGroundImageUse the same image as background.
NoneNo flags.
PointDots will interleave like bubbles.
StickerDots will block each others like stickers.

Remarks

You can use a bitwise OR (|) to specify one flag from each group.
Group Flags
Background Color BackGroundImage, BackGroundColor
Dots type Sticker, Point

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Leadtools.ImageProcessing.SpecialEffects.PointillistCommandFlags

Requirements

Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7

See Also