PAINTFILLSTYLE
typedef enum
{
PAINT_FILL_STYLE_SOLID,
PAINT_FILL_STYLE_GRADIENT,
PAINT_FILL_STYLETILEDIMAGE
} PAINTFILLSTYLE, *pPAINTFILLSTYLE;
The PAINTFILLSTYLE enumerated type contains options for the fill style used to fill an area. These are the possible values for the nStyle member of the PAINTFILL structure.