NAME

META_SAVEDC

NEAREST API CALL

#include <windows.h>
INT32 SaveDC(HDC32 hdc);

DESCRIPTION

SaveDC instructs that the current Device Context, which consists of such things as the currently selected brush and pen and so on, be pushed onto a stack, the DC can be restored with RestoreDC

back