Windows Graphics Principles - Department of Computer Science

Windows Graphics Principles. Erasing the Background. There is a Windows message WM_ERASEBKGND. When this message is received by a window, the default processing erases the background, which means that the client area of the window is filled with the window's background color. Each window has a background color. ................
................