02 2023 档案

摘要:绘图一般在视图类的(屏幕/打印机)绘图消息响应函数OnDraw中进行,例如: void CTestView::OnDraw(CDC* /*pDC*/) { CTestDoc* pDoc = GetDocument(); ASSERT_VALID(pDoc); if (!pDoc) return; / 阅读全文
posted @ 2023-02-04 21:27 GROOT3 阅读(267) 评论(0) 推荐(0)