我有一个CGPointApplyAffine给出了负值,例如-161表示x,-58表示y。 这些价值是否可能?或者我使用不正确?
CGPoint rotatedCenter = CGPointApplyAffineTransform(subview.center, self.transform);
谢谢!
答案 0 :(得分:2)
Absoulutley。
Lame示例:
假设您有一个位于100,100的点并且您将图像(以0,0为中心)旋转180度。
点现在为-100,-100。