|
PHP5中文手册
printer_select_pen(No version information available, might be only in CVS) printer_select_pen — Select a pen 说明
void printer_select_pen
( resource $printer_handle
, resource $pen_handle
)
The function selects a pen as the active drawing object of the actual device context. A pen is used to draw lines and curves. I.e. if you draw a single line the pen is used. If you draw an rectangle the pen is used to draw the borders, while the brush is used to fill the shape. If you haven't selected a pen before drawing shapes, the shape won't be outlined. 参数
返回值无返回值。 范例
Example#1 printer_select_pen() example
<?php |