FILLSTYLE
Fill style object.
class FILLSTYLE();
Public members
int style;
Fill form. See the style parameters of the setfillstyle function for details.
long hatch;
Hatch style. See the hatch parameters of the setfillstyle function for details.
IMAGE* ppattern;
A image that defines the fill pattern. See the ppattern parameters of the setfillstyle function for details.
Remarks
The detailed meaning of the parameters and how to use it refer to the setfillstyle function.
Examples
See the examples in the setfillstyle function.