Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我需要从 netcore 3.1 应用程序获取 macOS 上的屏幕截图。不幸的是,当前的实现System.Drawing.Graphics.CopyFromScreenthows PlatformNotSupportedException。但是还有什么其他最简单的方法(可能通过 OpenGL 或 GTK)获取屏幕截图?
System.Drawing.Graphics.CopyFromScreen
PlatformNotSupportedException