LEADTOOLS Image Processing (Leadtools.ImageProcessing.SpecialEffects assembly)

PointillistCommandFlags Enumeration

Show in webframe







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
[FlagsAttribute()]
public enum PointillistCommandFlags : System.Enum, System.IComparableSystem.IConvertibleSystem.IFormattable  
'Declaration
 
<FlagsAttribute()>
Public Enum PointillistCommandFlags 
   Inherits System.Enum
   Implements System.IComparableSystem.IConvertibleSystem.IFormattable 
'Usage
 
Dim instance As PointillistCommandFlags
[FlagsAttribute()]
public enum PointillistCommandFlags : System.IComparableSystem.IConvertibleSystem.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.IComparableSystem.IConvertibleSystem.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
Inheritance Hierarchy

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

Requirements

Target Platforms

See Also

Reference

Leadtools.ImageProcessing.SpecialEffects Namespace

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.