Re: Sit on it and rotate ??
Re: Sit on it and rotate ??
- Subject: Re: Sit on it and rotate ??
- From: Robert Miller <email@hidden>
- Date: Thu, 28 Jun 2001 13:24:08 -0400
- Organization: RFM & Associates
Kyle,
Using the drawInRect method for image works! Thanks alot for the help.
Regards,
Bob
Kyle Mandli wrote:
>
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.