【发布时间】:2011-02-04 17:57:55
【问题描述】:
- (UIImage*) getImage {
CGImage imgA = ....
CGImage imgB = ....
// ...
// I want to draw imgA onto imgB and return the result
我需要一个图形然后使用CGContextDrawImage(); 还是可以用其他方式?
【问题讨论】:
标签: iphone core-graphics