GDI編程

1. GDI編程基本步驟 MFC OnPaint()函數中代碼實現步驟web //獲取DC CPaintDC dc(this); //建立GDI對象 //建立畫刷 CBrush newBrush; CBrush *pOldBrush; newBrush.CreateSolidBrush(RGB(0,255,0)); //建立畫筆 CPen newPen; CP
相關文章
相關標籤/搜索