是imageWithCGImage:scale:orientation:裁剪原始图像?

时间:2012-06-25 08:42:39

标签: objective-c ios

是UIImage方法:

+ (UIImage *)imageWithCGImage:(CGImageRef)imageRef scale:(CGFloat)scale orientation:(UIImageOrientation)orientation

裁剪原始图像还是只旋转它?

有没有办法显示这样的图像,而不必在我的应用程序用户界面中显示它?

感谢

1 个答案:

答案 0 :(得分:0)

不,不会被裁剪,只是旋转并按比例缩放:

UIImage Reference

并且,关于如何在没有"显示"的情况下显示它将隐藏参数设置为YES或将alpha设置为0.0

可能是个好主意