搜索资源列表
GeometryDraw
- 画图 2.计算计算一组几何图形的面积之和重新写一个函数,类似于sum函数 3.在Shape中添加一个纯虚函数void Draw(CDC *pDC, Coordinate *m_pCoordinate) 它将作为所有几何类绘图的共同方法。 4.添加一个坐标系类:Coordinate。 5.在Polygon中重载void Draw(CDC *pDC) 6.在Ellipse中重载void draw(CDC *pDC) 7.在View类中的OnDraw(CDC *pDC)中将
Example_pDC
- 基于单文档的pDC简单的应用程序,同时实现的字体等内容。-基于单文档的pDC简单的应用程序,同时实现的字体等内容。 PDC based on single document a simple application, while achieving the font and so on. 搜索
a11
- arc画圆弧 int X0=300 int Y0=300 //圆心 int R=50 //半径 pDC->Arc(X0-R,Y0-R,X0+R,Y0+R,X0+R,Y0,X0+40,Y0-30) -Draw an arc arc