在 iPhone 和 iPhone 之间转换 CGPoint CA 飞机
我有一个 UIView 子类,我正在其上绘制 PDF(使用 CATiledLayer)。我还需要在 PDF 的特定区域上绘图,但是使用 CG 绘图时 CATiledLayer 的坐标平面非常奇怪。
看图片:
我有一个点 (200,200),我需要将其转换为 CATiledLayer 的坐标系,即第二个平面如上所示。我尝试过通过一些转换来做到这一点,但似乎没有任何效果。
谢谢!
I have a UIView subclass that I'm drawing a PDF onto (using a CATiledLayer). I also need to draw on a specific region of that PDF, however the coordinate plane of the CATiledLayer when using CG to draw is way screwy.
See image:
I have a point (200,200), that I need to convert to the CATiledLayer's coordinate system, which is the 2nd plane shown above. I've tried doing this with some transforms, but nothing seems to work.
Thanks!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这是我必须做的(使用上面的示例点/平面):
Here is what I had to do (using the example points/plane above):