On 21 Dec 2010, at 15:10, Corbin Dunn wrote:
I'll just copy the code here for you:
NSRect visibleRect = [_oldContentView visibleRect];
NSBitmapImageRep *imageRep = [_oldContentView
bitmapImageRepForCachingDisplayInRect:visibleRect];
[_oldContentView cacheDisplayInRect:visibleRect
I'll just copy the code here for you:
NSRect visibleRect = [_oldContentView visibleRect];
NSBitmapImageRep *imageRep = [_oldContentView
bitmapImageRepForCachingDisplayInRect:visibleRect];
[_oldContentView cacheDisplayInRect:visibleRect toBitmapImageRep:imageRep];
http://developer.app
Hi Stephen,
This was done in the AnimatedTableView demo app available on the dev site.
Check it out and let me know if you need pointing to the particular part of
code that does it.
corbin
On Dec 21, 2010, at 12:11 PM, Stephen Blinkhorn wrote:
> Hi all,
>
> I'm trying to capture a view and it