Re: Sit on it and rotate ??
Re: Sit on it and rotate ??
- Subject: Re: Sit on it and rotate ??
- From: Kyle Mandli <email@hidden>
- Date: Thu, 28 Jun 2001 11:58:30 -0500
Don't use composite to draw the image but use the draw methods in
NSImage like drawInRect. This should draw the image according to the
current coordinate system in the NSView. There is something on what
works and what doesn't for this in NSImage. If you need specific stuff
only offered by the composite drawing I wouldn't know what to tell you.
Good luck.
Kyle
Thanks for the info. but, applying an NSAffineTransform to the
curent graphics context via the concat method does in fact rotate the
origin but when the image is composited it is still drawn in its
original orientation.