Re: NSImage drawInRect:fromRect:
Re: NSImage drawInRect:fromRect:
- Subject: Re: NSImage drawInRect:fromRect:
- From: Frank Midgley <email@hidden>
- Date: Fri, 18 Mar 2005 12:16:30 -0600
On Mar 17, 2005, at 9:07AM, Michael Becker wrote:
Currently I am using NSImages in my application, doing a lot of drawInRect:fromRect:operation:fraction:. Since I do not really need all of the big features of NSImage, I would like to use NSBitmapImageReps. However, NSBitmapImageRep does not have any method like the one mentioned before.
Did you check the super class?
-[NSImageRep draw]
-[NSImageRep drawAtPoint:]
-[NSImageRep drawInRect:]
Or do these not have the features you need?
-Frank
------------------------------------
Frank M. Midgley
email@hidden
http://homepage.mac.com/knarf/
_______________________________________________
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