printer_draw_bmpPodręcznik PHPPoprzedniNastępnyprinter_draw_bmp (no version information, might be only in CVS)printer_draw_bmp -- Draw a bmpDescriptionvoid printer_draw_bmp ( resource handle, string filename, int x, int y)
The function simply draws an bmp the bitmap
filename at position x,
y. handle must be a
valid handle to a printer.
The function returns TRUE on success, or otherwise FALSE.
Przykład 1. printer_draw_bmp() example$handle = printer_open();
printer_start_doc($handle, "My Document");
printer_start_page($handle);
printer_draw_bmp($handle, "c:\\image.bmp", 1, 1);
printer_end_page($handle);
printer_end_doc($handle);
printer_close($handle);PoprzedniSpis treściNastępnyprinter_delete_penPoczątek rozdziałuprinter_draw_chord
Wyszukiwarka
Podobne podstrony:
function printer draw bmpfunction printer draw roundrectfunction printer draw textfunction printer draw roundrectfunction printer draw piefunction printer draw chordfunction printer draw textfunction printer draw rectanglefunction printer draw chordfunction printer draw chordfunction printer draw piefunction printer draw piefunction printer draw elipsefunction printer draw rectanglefunction printer draw elipsefunction printer draw elipsefunction printer draw rectanglefunction printer draw roundrectfunction printer writewięcej podobnych podstron