drawing into an image
drawing into an image
- Subject: drawing into an image
- From: Matthew D Hancher <email@hidden>
- Date: Wed, 29 Oct 2003 15:47:07 -0500
I am drawing complex objects with NSBezierPath, and I would like to be able to
do things like redraw them efficiently. It is faster to draw an NSImage of the
same size than it is to draw these paths, so I'm wondering if it's possible
to draw the paths into images off-screen first. Is there a good general way to
make drawing operations happen in an off-screen image buffer that I control?
Thanks,
Matt
_______________________________________________
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.