GfxSelectSolidBrush
|
Low-level graphics |
| SYNTAX | GfxSelectSolidBrush( color ) |
| RETURNS | NOTHING |
| FUNCTION | GfxSelectSolidBrush initializes a brush with a specified solid color. Then selects the brush as current for subsequent drawing operations.
Parameters:
NOTE: This is LOW-LEVEL graphic function. To learn more about low-level graphic functions please read TUTORIAL: Using low-level graphics. |
| EXAMPLE | GfxSelectPen( colorGreen, 2 ); |
| SEE ALSO | GfxLineTo() function , GfxMoveTo() function , GfxSelectPen() function , GfxSetPixel() function , GfxTextOut() function |
The GfxSelectSolidBrush function is used in the following formulas in AFL on-line library:
See updated/extended version on-line.