I have an NSView in an NSScrollView that I want to create an NSImage from. Because it's in an NSScrollView it's not always completely visible, and it can be even bigger that the screen's size. Can anyone help me? Thanks.
Asked
Active
Viewed 2,623 times
2 Answers
1
Alternatively, depending on what you need the image for, consider making a PDF of the view.

Peter Hosey
- 95,783
- 15
- 211
- 370
-
I only need to save the image to the disk as a PNG file. – Oct 30 '10 at 20:11