agg
mnorst
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
MFC中使用agg绘制直线
<br />void CmfcaggView::OnDraw(CDC* pDC){ CmfcaggDoc* pDoc = GetDocument(); ASSERT_VALID(pDoc); if (!pDoc) return; RECT rt; ::GetClientRect(m_hWnd, &rt); HDC hdc = ::GetDC(m_hWnd); int width = rt.right - rt.left; i原创 2011-02-21 21:09:00 · 2915 阅读 · 0 评论 -
MFC中使用agg输出字符
<br />void CmfcaggView::OnDraw(CDC* pDC){ CmfcaggDoc* pDoc = GetDocument(); ASSERT_VALID(pDoc); if (!pDoc) return; RECT rt; ::GetClientRect(m_hWnd, &rt); HDC hdc = ::GetDC(m_hWnd); int width = rt.right - rt.left; i原创 2011-02-21 21:12:00 · 1138 阅读 · 0 评论 -
scanline_p8
原文:This is a general purpose scaline container which supports the interface used in the rasterizer::render(). See description of scanline_u8for details. 译文:这是一个支持在rasterizer::render()接口中使用的通用扫描线容器,更多的翻译 2011-06-20 13:36:00 · 973 阅读 · 0 评论
分享