我想在iPhone中使用NSImage实例方法hitTestRect:withImageDestinationRect:context:hints:flipped:。
NSImage
hitTestRect:withImageDestinationRect:context:hints:flipped:
但问题是,NSImage是在Appkit框架中,并且Appkit框架不是用于iPhone开发的。有人能帮我解决这个问题吗?
发布于 2011-02-06 21:44:30
答案很简单。
你不能这么做。
https://stackoverflow.com/questions/2808816
相似问题