|
PHP5中文手册
printer_select_brush(No version information available, might be only in CVS) printer_select_brush — Select a brush 说明
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. 参数
返回值无返回值。 范例
Example#1 printer_select_brush() example
<?php |