, , . . "API NSView" 10.4 AppKit.
NSBitmapImageRep :
NSGraphicsContext *bitmapGraphicsContext = [NSGraphicsContext graphicsContextWithBitmapImageRep:cacheBitmapImageRep];
[NSGraphicsContext saveGraphicsState];
[NSGraphicsContext setCurrentContext:bitmapGraphicsContext];
[[NSColor clearColor] set];
NSRectFill(NSMakeRect(0, 0, [cacheBitmapImageRep size].width, [cacheBitmapImageRep size].height));
[NSGraphicsContext restoreGraphicsState];
:
-[NSView cacheDisplayInRect:toBitmapImageRep:]
,
-[NSView displayRectIgnoringOpacity:inContext:]
wompf