在 C# 中截取屏幕特定部分的屏幕截图?
我想截取屏幕的一部分的屏幕截图,然后将该信息存储在图像数组中。有没有办法修改这个类: http://pastebin.com/PDPPxmPT 这样我就可以截取特定区域的屏幕截图?例如,如果我希望位图的 x、y 像素原点为 200、200,x、y 目的地为 600、700,我该如何做呢?
I want to take a screenshot of a section of my screen and then store that information in an image array. Is there a way to modify this class:
http://pastebin.com/PDPPxmPT
so that it will allow me to take a screenshot of a specific area? For example, if I wanted the x, y pixel origins of the bitmap to be 200, 200 and the x, y destinations to be 600, 700, how would I go about doing that?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
我修改了这里
编辑:这是代码
I mod it here
EDIT : Here's the code
不是答案,但包括来自pastebin的代码,因为它可能会在将来的某个时候消失并且可能对其他人有用。
Not an answer, but including the code from pastebin as it'll likely disappear sometime in the future and may be useful for others.