Re: How to draw a rotated image in a view?
Re: How to draw a rotated image in a view?
- Subject: Re: How to draw a rotated image in a view?
- From: Fei Li <email@hidden>
- Date: Tue, 3 Oct 2006 09:53:54 -0600
Thank you very much for your reply.
I got it. I create a NSView, transform it's coordinate, draw the
image in it's drawRect, then print the view out.
Thanks again.
On Oct 2, 2006, at 10:47 AM, Shawn Erickson wrote:
On 10/2/06, Fei Li <email@hidden> wrote:
Hello all,
I'd like to print a NSImage object, but its size made it'd better to
be printed out by rotate 90 degree. I create a NSView (or a
NSImageView if it works) and would like draw the rotated image into
that view, then print that view out. If anybody know a good way to do
that?
Apple has good documentation on this search for it, in particular...
<http://developer.apple.com/documentation/Cocoa/Conceptual/
CocoaDrawingGuide/Transforms/chapter_4_section_3.html>
-Shawn
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden