brush_style


This structure contains the standard brush styles. The following enumerators are defined within the scope of the structure brush_style.

solid 0 The brush is solid.
hollow 1 the brush is hollow.
hatched 2 The brush is hatched.
pattern 3 The brush is patterned as defined by a memory bitmap.
pattern_bitmap 5 The brush is defined by a device independent bitmap.
pattern_bitmap_pointer 6 The brush is defined via a pointer to a device independent bitmap.
pattern_8x8 7 Same as pattern.
battern_bitmap_8x8 8 Same as pattern_bitmap.