blit_to_hdc

Blits an Allegro memory bitmap to a Windows device context.

Description

void blit_to_hdc(BITMAP *bitmap, HDC dc, int sx, sy, dx, dy, w, h);
Blits an Allegro memory bitmap to a Windows device context, using the same parameters as the blit() function.

Related Projects

The following projects include source code containing this keyword: