Da traduttori professionisti, imprese, pagine web e archivi di traduzione disponibili gratuitamente al pubblico.
the function simply draws a rectangle.
(no version information, might be only in cvs)
Ultimo aggiornamento 2011-10-24
Frequenza di utilizzo: 1
Qualità:
the function simply draws a rectangle with rounded corners.
(no version information, might be only in cvs)
Ultimo aggiornamento 2011-10-24
Frequenza di utilizzo: 1
Qualità:
ul_x is the upper left x coordinate of the rectangle.
ul_y is the upper left y coordinate of the rectangle.
Ultimo aggiornamento 2011-10-24
Frequenza di utilizzo: 1
Qualità:
lr_x is the lower right x coordinate of the rectangle.
$handle = printer_open(); printer_start_doc($handle, "my document"); printer_start_page($handle); $pen = printer_create_pen(printer_pen_solid, 2, "000000"); printer_select_pen($handle, $pen); $brush = printer_create_brush(printer_brush_solid, "2222ff"); printer_select_brush($handle, $brush); printer_draw_rectangle($handle, 1, 1, 500, 500); printer_delete_brush($brush); printer_delete_pen($pen); printer_end_page($handle); printer_end_doc($handle); printer_close($handle);
Ultimo aggiornamento 2011-10-24
Frequenza di utilizzo: 1
Qualità:
Attenzione: contiene formattazione HTML nascosta
rec_x is the upper left x coordinate of the bounding rectangle.
the function simply draws an chord. handle must be a valid handle to a printer.
Ultimo aggiornamento 2011-10-24
Frequenza di utilizzo: 1
Qualità:
rec_x1 is the lower right x coordinate of the bounding rectangle.
rec_y1 is the lower right y coordinate of the bounding rectangle.
Ultimo aggiornamento 2011-10-24
Frequenza di utilizzo: 1
Qualità:
imagerectangle() creates a rectangle of color col in image im starting at upper left coordinate x1, y1 and ending at bottom right coordinate x2, y2. 0, 0 is the top left corner of the image.
0, 0 is the top left corner of the image.
Ultimo aggiornamento 2011-10-24
Frequenza di utilizzo: 1
Qualità:
imagefilledrectangle() creates a filled rectangle of color col() in image im starting at upper left coordinates x1, y1 and ending at bottom right coordinates x2, y2. 0, 0 is the top left corner of the image.
0, 0 is the top left corner of the image.
Ultimo aggiornamento 2011-10-24
Frequenza di utilizzo: 1
Qualità: