|
printer_select_brushSelect a brush Description
void printer_select_brush
( resource
$printer_handle
, resource $brush_handle
)The function selects a brush as the active drawing object of the actual device context. A brush is used to fill shapes. If you draw an rectangle the brush is used to draw the shapes, while the pen is used to draw the border. If you haven't selected a brush before drawing shapes, the shape won't be filled. Parameters
Return ValuesNo value is returned. Examples
Example #1 printer_select_brush example
<?php |