1

I know it is possible to blur the background of an NSWindow, but is it possible to magnify whatever is behind the window and show it, or even do the same for the window's content view?

Thanks

4

1 回答 1

1

Take a look at Apple's example CIAnnotation. You can download sample code from here.

CIAnnotation app example:

enter image description here

References and guides which can help You with this:

Core Image Programming guide
Quartz 2D Programming Guide
NSGraphicsContext Class Reference

于 2012-05-28T15:05:34.463 回答