Re: Creating a mirror image of an NSImage
Re: Creating a mirror image of an NSImage
- Subject: Re: Creating a mirror image of an NSImage
- From: Douglas Davidson <email@hidden>
- Date: Tue, 11 Dec 2001 15:24:59 -0800
On Tuesday, December 11, 2001, at 03:09 PM, Steve Gehrman wrote:
I am creating an image of a string with...
[image lockFocus];
[string drawString];
[image unlockFocus];
Now I want to manipulate the image so it draw a mirror image of the
string to the screen. I want to do this so the string will be readable
when reflected off a mirror.
I believe a suitable affine transform should do suffice.
Douglas Davidson