CGPointApplyAffineTransform给出负值

时间:2010-10-26 15:18:10

标签: iphone objective-c core-graphics

我有一个CGPointApplyAffine给出了负值,例如-161表示x,-58表示y。 这些价值是否可能?或者我使用不正确?

CGPoint rotatedCenter = CGPointApplyAffineTransform(subview.center, self.transform);

谢谢!

1 个答案:

答案 0 :(得分:2)

Absoulutley。

Lame示例:

假设您有一个位于100,100的点并且您将图像(以0,0为中心)旋转180度。

点现在为-100,-100。