Re: NSImage and WebKit
Re: NSImage and WebKit
- Subject: Re: NSImage and WebKit
- From: Kevin Ballard <email@hidden>
- Date: Fri, 9 Jul 2004 04:29:12 -0400
Thanks, that worked
On Jul 9, 2004, at 2:45 AM, p3consulting wrote:
>
See documentation:
>
>
isFlipped
>
>
- (BOOL)isFlipped
>
Returns YES if a vertically flipped coordinate system is used when
>
locating the position of the receiver and NO if it isnt. The default
>
is NO.
>
>
See Also: setFlipped:
>
>
Solution:
>
[myImage setFlipped:YES] ;
>
>
and remove your code manipulating the NSAffineTransform.
--
Kevin Ballard
email@hidden
http://www.tildesoft.com
http://kevin.sb.org
[demime 0.98b removed an attachment of type application/pkcs7-signature which had a name of smime.p7s]
_______________________________________________
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.