GfxSelectStockObject
|
Low-level graphics |
SYNTAX | GfxSelectStockObject( id ) |
RETURNS | NOTHING |
FUNCTION | GfxSelectStockObject selects Windows built-in (stock) GDI object. The kind of object is defined by id argument. Possible values are as follows:
|
EXAMPLE | GfxSelectPen( colorOrange, 4 ); |
SEE ALSO | GfxSelectFont() function , GfxSelectHatchBrush() function , GfxSelectPen() function , GfxSelectSolidBrush() function |
The GfxSelectStockObject function is used in the following formulas in AFL on-line library:
See updated/extended version on-line.