On Oct 30, 2009, at 2:27 PM, Michael Abendroth wrote:
i would like to (programmatically) create a tiled image from resource images I created. I will have to use 9 tiles to create the image I want. I think I read somewhere that some methods exist in Cocoa that make this very easy, but I cannot find that reference anymore, neither anything other useful about my problem.
That one's a little tricky to find. NSDrawNinePartImage() ... http://developer.apple.com/mac/library/documentation/Cocoa/Reference/ApplicationKit/Miscellaneous/AppKit_Functions/Reference/reference.html#//apple_ref/c/func/NSDrawNinePartImage Bookmark the page - lots of useful functions there. -- I.S. _______________________________________________ Cocoa-dev mailing list ([email protected]) 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 [email protected]
