ImageGear v26.3 - Updated
ImageGear.Core Assembly / ImageGear.Processing Namespace / ImGearBrushType Enumeration




In This Topic
    ImGearBrushType Enumeration
    In This Topic
    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