图像上的注释/绘图会更改方向更改时的位置

时间:2014-06-18 10:59:01

标签: ios drawing

我使用UIBezierPath

绘制图像
    CGRect rect = CGRectMake(startPoint.x, startPoint.y, endPoint.x - startPoint.x, endPoint.y - startPoint.y);

    UIBezierPath *path = [UIBezierPath bezierPathWithOvalInRect:rect];

enter image description here

当我改变方向时,绘图移动

enter image description here

有没有办法重新计算方向变化的分数?

0 个答案:

没有答案