GfxSelectHatchBrush
|
Low-level graphics |
| SYNTAX | GfxSelectHatchBrush( color, style ) |
| RETURNS | NOTHING |
| FUNCTION | The function select hatch brush style for filled areas.
Supported hatch styles:
HS_HORIZONTAL 0 /* ----- */ Hatch color is specified by color parameter, hatch background is specified by current background color see: GfxSetBkColor() |
| EXAMPLE | GfxSelectPen( colorOrange, 4 ); |
| SEE ALSO | GfxSetBkColor() function |
The GfxSelectHatchBrush function is used in the following formulas in AFL on-line library:
See updated/extended version on-line.