#include <windows.h> BOOL32 Rectangle ( HDC32 hdc, INT32 left, INT32 top, INT32 right, INT32 bottom );
back