The type of pen.
Hierarchy
System.Object
    System.ValueType
        System.Enum
            WebSupergoo.ImageGlue8.PenType
Interfaces
System.IComparable
System.IFormattable
System.IConvertible
Notes

This class is sealed. It cannot be derived from.

Fields
Field Description
HatchFill A hatch fill. This value is currently unused.
LinearGradient A linear gradient. This value is currently unused.
PathGradient A path gradient. This value is currently unused.
SolidColor A solid color.
TextureFill A texture fill specified using an image.
Example

None.