draw a bitmap
int my_bitmap( int x, int y,
char *bits,
int xoff, int yoff,
int xsize, int ysize,
int bpl );
This function draws a bitmap, using the current color specified in the _doc_ctrl structure. The arguments are as follows:
You'll need to convert x, y, xoff, yoff, xsize, and ysize from source to printer coordinates.
Photon
| Safety: | |
|---|---|
| Interrupt handler | Not applicable |
| Signal handler | Not applicable |
| Thread | Not applicable |