本文介绍了打印绘制对象的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
我有窗体。在表单画布上,我正在绘制多个矩形和线条。
我想要suport sprint functionlity,它将打印画布上绘制的图像。
有一种替代方案
1.我们可以使用
CopyFromScreen创建图像
然后添加到打印doucment并打印它。当我们创建.jpeg时,图像的质量不好,而且没有正确显示。
还有其他最好的选择,以确保显示质量将保持。 ?
谢谢。
解决方案
Hi,
I have windows form. On form canvas, I am drawing muliple rectangles and lines.
I want so suport sprint functionlity, which will print images drawn on for canvas.
There is one alternative that
1.We can create image using
CopyFromScreen
and then add to print doucment and print it. When we create .jpeg the qulity of image is not good and which is not displayed properly.
Is there other best alternative which will make sure that display qulity will maintain. ?
Thanks.
解决方案
这篇关于打印绘制对象的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!