【发布时间】:2009-11-16 09:07:34
【问题描述】:
我用
CATransform3D rotationAndPerspectiveTransform = CATransform3DIdentity;
rotationAndPerspectiveTransform.m34 = 1.0 / -500;
成功了,但是我用“renderInContext:context”从上下文中获取CGImage,发现图像效果没有改变!
如何从 CALayer 获得这个效果图?
【问题讨论】: