在 Mono 中捕获窗口或小部件的图像

发布于 2024-12-08 04:52:57 字数 189 浏览 0 评论 0原文

我正在尝试捕获当前窗口或小部件的图像并将其保存到图像文件中。问题是我在 Mono 上使用 Gtk#,所以它需要一个可以使用的解决方案。

本质上,是这样的:

myWidget.SaveImage("imageFile.png");

我更喜欢 PNG 或 JPEG,但原始位图也可以。

I'm trying to capture an image of either the current window or a widget and save it to an image file. The problem is that I'm using Gtk# on Mono, so it needs to be a solution that'll work with that.

Essentially, something like this:

myWidget.SaveImage("imageFile.png");

I'd prefer a PNG or JPEG, but a raw bitmap will do.

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

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

发布评论

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

评论(1

很糊涂小朋友 2024-12-15 04:52:57

您应该能够使用 Gdk 来完成此操作。

这与这个问题非常相似:How to take a Screenshot with Mono C# ?

我还在这里找到了 php-gtk 示例: http://php-gtk.eu/code-hints/grabbing-a-screenshot-with-gdk

You should be able to do this using Gdk.

This is very similar to this question: How to take a screenshot with Mono C#?

I've also found a php-gtk example here: http://php-gtk.eu/code-hints/grabbing-a-screenshot-with-gdk

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