stretch_blit_to_hdc

Blits an Allegro memory bitmap to a Windows device context.

Description

void stretch_blit_to_hdc(BITMAP *bitmap, HDC dc, int sx, sy, sw, sh, int dx, dy, dw, dh);
Blits an Allegro memory bitmap to a Windows device context, using the same parameters as the stretch_blit() function.

Related Projects

The following projects include source code containing this keyword: