←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#
VB
WinRT C#
C++
[FlagsAttribute()] 
public enum PointillistCommandFlags 
  
<FlagsAttribute()> 
Public Enum PointillistCommandFlags  
   Inherits System.Enum 
   Implements System.IComparable, System.IConvertible, System.IFormattable  
[FlagsAttribute()] 
public enum PointillistCommandFlags : System.IComparable, System.IConvertible, System.IFormattable   
Leadtools.ImageProcessing.SpecialEffects.PointillistCommandFlags = function() { }; 
Leadtools.ImageProcessing.SpecialEffects.PointillistCommandFlags.prototype = { 
 
  None = 0x00000000, 
    BackGroundImage = 0x00000001, 
    BackGroundColor = 0x00000002, 
    Sticker = 0x00000010, 
    Point = 0x00000020, 
     
 }; 
[FlagsAttribute()] 
public enum class PointillistCommandFlags : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable   

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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ImageProcessing.SpecialEffects Assembly