搜索资源列表
screenpen
- 超酷的VC++屏幕作图(电子画笔)程序 非常好用,可以用作PPT辅助演示。-Cool mapping VC++ screen (electronic pen) program is very easy to use, can be used as supplementary presentation PPT.
set_pen_width
- vc设置钢笔的宽度和对齐方式的程序源码,希望对大家有所帮助-vc set pen width and alignment of the program source code, we want to help
pen
- 绘图程序,包含源代码,用vc写的,可供学习者参考使用。-this is a draw program.
pen
- vc++ 写的画笔程序,MFC入门试验。-vc++ write Paintbrush program, MFC entry tests.
DrawOfMemory
- VC++内存绘图例子代码,包括了多个实用的VC++函数:比如DrawLine函数:将传入函数的值以图像的形式显示到对应的控件上(int AllNum:总的数据量,int Value[]:数据值数组,COLORREF PenColor:画笔的颜色,CWnd *pWnd:需要显示曲线的控件指针);DrawWave函数,将传进函数的值以图像的形式显示到对应的控件上;DrawMultiLine函数:将传进函数的值以图像的形式显示到对应的控件上,可以显示多个数据段。-VC++ example code g