搜索资源列表
CDCDemo
- 实现在vc的SDI中的OnDraw函数中,实现绘制一正方形并输出说明文字,另外,创建单击鼠标左键响应函数,在其中利用CDC类实现绘制一圆形并输出说明文字。-The realization of the SDI in the vc in the OnDraw function, the realization of drawing a square and descr iptive text output, In addition, click the left mouse button to c
Bubble1
- VC++课堂作业,单击左键画随机大小圆,单击右键画随机大小矩形,图形可按顺序相互覆盖-VC++ class job, click the left button draw random size of the circle, right-click drawing random size of the rectangle, graphics can be covered by the order of mutual
Line
- vc单文档界面下绘制多条直线,点击右键即可删除直线-vc single-document interface to draw the line, right click to delete line
task
- 完成一个二维变换演示程序,功能如下: 黑色背景, 绘制正方形 单击鼠标左键, 正方形 逆时针旋转10度;单击鼠标右键, 正方形 顺时针旋转10度. 单击鼠标中键, 退出程序 键入’x’, 沿x轴正向平移;键入’X’, 沿x轴负向平移 键入’y’, 沿y轴正向平移;键入’Y’, 沿y轴负向平移 键入’z’, 正方形缩小2倍;键入’Z’, 正方形放大2倍 -The