Re: NSView adjustScale: View is scaled but the image remains the same.
Re: NSView adjustScale: View is scaled but the image remains the same.
- Subject: Re: NSView adjustScale: View is scaled but the image remains the same.
- From: "John C. Randolph" <email@hidden>
- Date: Thu, 30 Mar 2006 15:48:57 -0800
On Mar 30, 2006, at 11:52 AM, Frederick C. Lee wrote:
Question: How do I scale the actual image within NSView?
Use one of the -draw... methods. They perform the rotation and
scaling per the current coordinate system. -compositeToPoint: is a
fast path that doesn't bother with coordinate transformations.
-jcr
John C. Randolph <email@hidden> (408) 914-0013
Roaming Cocoa Engineer,
Available for your projects at great Expense and Inconvenience.
_______________________________________________
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