←Select platform

PointillistCommandFlags Enumeration

Summary
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
C#
C++/CLI
Python
[FlagsAttribute()] 
public enum PointillistCommandFlags 
[FlagsAttribute()] 
public enum class PointillistCommandFlags : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable   
class PointillistCommandFlags(Enum): 
   None = 0 
   BackGroundImage = 1 
   BackGroundColor = 2 
   Sticker = 16 
   Point = 32 
Members
ValueMemberDescription
0x00000000NoneNo flags.
0x00000001BackGroundImageUse the same image as background.
0x00000002BackGroundColorFill the background by PointillistCommand.FillColor property only.
0x00000010StickerDots will block each others like stickers.
0x00000020PointDots 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
Requirements

Target Platforms

Help Version 22.0.2023.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ImageProcessing.SpecialEffects Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.