上面程式碼中提到了PAINTSTRUCT,即所謂的繪製資訊結構,看看如何定義的: typedef struct tagPAINTSTRUCT { HDC hdc; BOOL fErase; RECT rcPaint; ...
確定! 回上一頁