如何将整个可滚动画布另存为 Png

发布于 2024-07-12 11:38:41 字数 171 浏览 6 评论 0原文

我有一个实现 VirtualizingPanel 和 IScrollInfo 的 Canvas 类。 此类包含在 ScrollViewer 中。 如何将整个Canvas类的内容只保存为Png?

我知道如何另存为 Png,问题是仅获取特定控件的最简单方法是什么。 当控件不在视野范围内时,它会被剪切

I have a Canvas class that implements VirtualizingPanel and IScrollInfo. This class is contained inside a ScrollViewer. How can I save the contents of the entire Canvas class only as Png?

I know how to save as Png, problem is what is the easiest way to grab only the particular control. When the control is out of view, it gets clipped

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

提笔落墨 2024-07-19 11:38:41

我认为您无法使用虚拟化面板来做到这一点,因为它的整个目标是将其包含的子级数量保持在绝对最低限度。

您可能想要做的是在代码中创建一个非虚拟化版本并将其用于您的 png 生成。

I don't think you will be able to do this with a virtualizing panel as its whole goal in life is to keep the number of children it contains to an absolute minimum.

What you might want to do is create a non-virtualizing version in code and use that for your png generation.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文