将左下角原点位置转换为左上角原点位置(反之亦然)
我想知道在 Mac OS X 下将左下原点位置转换为左上原点位置(以及相反操作)的正确方法,考虑到: - 多屏幕配置 - 这些屏幕可以以所有可能的配置进行排列。
预先感谢您的帮助,
问候,
I am wondering about the right way to convert a bottom left orgin position to top left origin position (and the oposite operation) under Mac OS X taking into account:
- Multi screen configurations
- Where these screens can be arranged in all possible configurations.
Thanks in advance for your help,
Regards,
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
请参阅如何我是否将可可坐标从左上角 == 原点转换为左下角 == 原点
那里有很好的答案...
see How do I convert Cocoa co-ords from top left == origin to bottom left == origin
Good answers there...