winform打印
摘要:
private void printForm(){ img = new Bitmap(panel1.Width, panel1.Height); Size s = new Size(); s.Width = panel1.Width; s.Height = panel1.Height; Graphics g = Graphics.FromImage(img); g.CopyFromScreen(t... 阅读全文
posted @ 2009-06-24 16:05 欣路历程 阅读(604) 评论(0) 推荐(0) 编辑