Specifies constants describing different fill patterns.
Syntax
Members
Member | Description |
GRADIENT | Gradient filling. |
HATCH_BDIAGONAL | Right-to-left diagonal filling. |
HATCH_CROSS | Cross filling. |
HATCH_DIAGCROSS | Diagonal cross filling. |
HATCH_FDIAGONAL | Left-to-right diagonal filling. |
HATCH_HORIZONTAL | Horizontal line filling. |
HATCH_MASK | Mask that allows detection and selection the hatch fill type. |
HATCH_VECTOR | Vector hatch pattern. |
HATCH_VERTICAL | Vertical line filling. |
SHADOW_MASK | Mask that allows setting the shadow fill pattern. Shadow pattern is created
by right-shifting the shadow level (1-100) on 4 bits and adding to the shadow mask. |
SOLID | Solid filling. |
Inheritance Hierarchy
System.Object
System.ValueType
System.Enum
ImageGear.Vector.ImGearVectFillPattern
See Also