2010-02-04 47 views

回答

2

UIImage實例具有CGImage(只讀)屬性,允許訪問CGImageRef圖像數據。
要創建新的UIImage從CGImageRef您可以使用舒適構造器:

+ (UIImage *)imageWithCGImage:(CGImageRef)cgImage 
相關問題