blit_from_hdc

Blits from a Windows device context to an Allegro memory bitmap.

Description

void blit_from_hdc(HDC hdc, BITMAP *bitmap, int sx, sy, dx, dy, w, h);
Blits from a Windows device context to an Allegro memory bitmap, using the same parameters as the blit() function. See stretch_blit_from_hdc() for details.

Related Projects

The following projects include source code containing this keyword: