copy data from one location to another
int my_blit( int x1, int y1,
int w, int h,
int x2, int y2 );
This function copies data from one location to another. The arguments (all in source coordinates) are:
If printing is done in landscape mode, you'll need to swap the x and y coordinates. You'll need to convert these arguments to printer coordinates.
Photon
| Safety: | |
|---|---|
| Interrupt handler | Not applicable |
| Signal handler | Not applicable |
| Thread | Not applicable |