GDI編程

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