Drawing into an NSImage?
Drawing into an NSImage?
- Subject: Drawing into an NSImage?
- From: Philip Weaver <email@hidden>
- Date: Sun, 3 Mar 2002 06:39:41 -0600
Is it possible to draw into an image? For example, I'd like to
draw using NSBezierPath methods into an NSImage. I don't want to
draw into an NSView because the rendered image will become
fairly complex and shouldn't need to be completely re-rendered
each redraw.
Or, if I would need to render in an offscreen NSView, how to I
move that rendered content into an NSImage? My goal is to render
an image and place into an NSImageView.
I am new at this. I've checked the archives. I've scoured the
web and all developer documentation and I just don't get it.
Thanks,
Philip
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.