Image of the current screen?

whitesaint

cocoa love
Is there any way to get the image of the current screen? Like I just want to get what the whole screen is displaying and then manipulate it in my own ways. I tried

[[NScreen mainScreen] visibleFrame]

but that didn't work and then i realized that the

[visibleFrame] method

returns an NSRect. Is there anyway to get an image or image Rep of the current Screen? Please Help!

-whitesaint
 
Back
Top