[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
Value | Member | Description |
---|---|---|
0x00000000 | None | No flags. |
0x00000001 | BackGroundImage | Use the same image as background. |
0x00000002 | BackGroundColor | Fill the background by PointillistCommand.FillColor property only. |
0x00000010 | Sticker | Dots will block each others like stickers. |
0x00000020 | 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 |
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document