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.
我知道Cairo支持 Quartz 输出,但是如何在 Cocoa 应用程序中实现这样的事情呢?我还没有在文档中找到任何很好的例子。
您可以通过调用CGContextRef从 an获取 a 。然后,您可以从.NSView[[[myView window] graphicsContext] graphicsPort]CGContextRef
CGContextRef
NSView
[[[myView window] graphicsContext] graphicsPort]