0
- (UIImage*) getImage {
CGImage imgA = ....
CGImage imgB = ....
// ...
// I want to draw imgA onto imgB and return the result
一個CGImage我需要一個圖形,然後使用CGContextDrawImage();
或者我可以做另一種方式?iPhone - 如何借鑑anouther CGImage
謝謝。這是一個夢想 – Robert 2011-02-04 10:24:12