void 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.
Example 1. printer_draw_bmp() example
|