This refers to the kind of brush used.

public enum KindOfBrush

Public Members

Member Value Explanation
Solid 0 A solid brush of type System.Drawing.SolidBrush.
HatchBrush 1 A hatch pattern brush of type System.Drawing.Drawing2D.HatchStyle
LinearGradientBrush 2 A gradient brush of type System.Drawing.Drawing2D.LinearGradientBrush
TextureBrush 2 A textured brush of type System.Drawing.TextureBrush

See Also

ImageKit Edit Members | Newtone.ImageKit.Win.ImageKit

The ImageKit.NET3 is created by Newtone Corporation