Re: drawing view pieces into images
Re: drawing view pieces into images
- Subject: Re: drawing view pieces into images
- From: John Randolph <email@hidden>
- Date: Mon, 26 Jan 2004 14:16:58 -0800
On Jan 24, 2004, at 6:02 PM, Francisco Tolmasky wrote:
image does not have a setBoundsOrigin nor a setBounds. How should I
do this?
It's not a view, so it doesn't have view methods, but it does have a
drawing context. Any drawing context's coordinate system can be
modified by applying an affine transform; either with an
NSAffineTransform instance, or the CGAffineTransform... functions.
-jcr
_______________________________________________
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.