|
printer_draw_chordDraw a chord Description
void printer_draw_chord
( resource
$printer_handle
, int $rec_x
, int $rec_y
, int $rec_x1
, int $rec_y1
, int $rad_x
, int $rad_y
, int $rad_x1
, int $rad_y1
)The function simply draws an chord. Parameters
Return ValuesNo value is returned. Examples
Example #1 printer_draw_chord example
<?php |