当前位置:编程学习 > C#/ASP.NET >>

Winform 打印问题

Winform 打印窗体  并且窗体有滚动条  怎么才能把窗体里面显示的东西完全打印出来 --------------------编程问答-------------------- 参考资料:

Print Windows Forms w/o using API


C#打印窗体上的PANEL 调用API 发现打印并不完整


A component that prints any control, including ListViews, TreeViews, DataGridViews, and Forms --------------------编程问答-------------------- Bitmap b= new Bitmap(Panel1.Width, Panel1.Height);
Panel1.DrawToBitmap(b, new Rectangle(0, 0, b.Width, b.Height)); 
http://topic.csdn.net/u/20091221/09/ee33723b-f540-4ffc-ab7f-9130f2655a61.html?87572
补充:.NET技术 ,  C#
CopyRight © 2012 站长网 编程知识问答 www.zzzyk.com All Rights Reserved
部份技术文章来自网络,