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




Flags that indicate the background color and dots type.

Syntax

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

Members

MemberDescription
None No flags.
BackGroundImage Use the same image as background.
BackGroundColor Fill the background by FillColor property only.
Sticker Dots will block each others like stickers.
Point Dots will interleave like bubbles.

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.Windows.Media.Effects.SpecialEffects.PointillistCommandBitmapEffectsFlags

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