On 05/08/2010, at 3:26 AM, Mas Habibi wrote: > I have use the CGImage with this code, but there's an error when i execute it, > > CGContextDrawImage(context, imageRect, drawnImage);
Therefore the function must be broken, right? Wrong - you made a mistake. What's the error? > > which one is the best one to draw an image directly into NSView? How long is a piece of string? As always, what you use depends on your needs and other tradeoffs. NSImage is probably the highest level, but not necessarily the highest performance (though it's doubtful that would be noticeable). --Graham _______________________________________________ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin requests or moderator comments to the list. Contact the moderators at cocoa-dev-admins(at)lists.apple.com Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com This email sent to arch...@mail-archive.com