ImageGear .NET v25.1 - Updated
ImGearBrushType Enumeration




ImageGear.Core Assembly > ImageGear.Processing Namespace : ImGearBrushType Enumeration
Specifies brush types for Pointillist effect.
Syntax
'Declaration
 
Public Enum ImGearBrushType 
   Inherits System.Enum
'Usage
 
Dim instance As ImGearBrushType
public enum ImGearBrushType : System.Enum 
__value public enum ImGearBrushType : public System.Enum 
public enum class ImGearBrushType : public System.Enum 
Members
MemberValueDescription
Points0Each point is a randomly shaped polygon whose shape imitates a paint brush contacting the canvas.
Sticker1Each point is a circle.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         ImageGear.Processing.ImGearBrushType

See Also

Reference

ImageGear.Processing Namespace