|
PHP5中文手册
printer_draw_roundrect(No version information available, might be only in CVS) printer_draw_roundrect — Draw a rectangle with rounded corners 说明
void printer_draw_roundrect
( resource $printer_handle
, int $ul_x
, int $ul_y
, int $lr_x
, int $lr_y
, int $width
, int $height
)
The function draws a rectangle with rounded corners. 参数
返回值无返回值。 范例
Example#1 printer_draw_roundrect() example
<?php |