|
printer_draw_roundrectDraw a rectangle with rounded corners Description
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. Parameters
Return ValuesNo value is returned. Examples
Example #1 printer_draw_roundrect example
<?php |