MacOSXプログラミング。毎日更新。 話題: Cocoa, Objective-C, Snow Leopard
NSView* view = [[[_web_view mainFrame] frameView] documentView]; NSRect rect = [view bounds]; rect.size.width = 600; NSBitmapImageRep* bitmap = [view bitmapImageRepForCachingDisplayInRect:rect];