objective-c – CGRect和NSRect之间有什么不同吗?

objective-c – CGRect和NSRect之间有什么不同吗?,第1张

概述CGRect和NSRect有区别吗?特别是,我想知道起源的位置。有什么重要的区别我需要知道吗? 他们是一样的 This link有更多的信息。在这里复制以供快速参考: CGRect is the CoreGraphics equivalent of NSRect. They are deliberately made to have the same layout in memory. As su CGRect和NSRect有区别吗?特别是,我想知道起源的位置。有什么重要的区别我需要知道吗?解决方法 他们是一样的 This link有更多的信息。在这里复制以供快速参考:

CGRect is the CoreGraphics equivalent of NSRect.

They are deliberately made to have the same layout in memory. As such,it is allowed to convert an NSRect to a CGRect by doing this:

06000

CoreGraphics also provIDes a CGRectMake() function which works the same as NSMakeRect() (note the reversal of verb and object in the names) except it returns a CGRect.

总结

以上是内存溢出为你收集整理的objective-c – CGRect和NSRect之间有什么不同吗?全部内容,希望文章能够帮你解决objective-c – CGRect和NSRect之间有什么不同吗?所遇到的程序开发问题。

如果觉得内存溢出网站内容还不错,欢迎将内存溢出网站推荐给程序员好友。

欢迎分享,转载请注明来源:内存溢出

原文地址: http://outofmemory.cn/web/1040867.html

(0)
打赏 微信扫一扫 微信扫一扫 支付宝扫一扫 支付宝扫一扫
上一篇 2022-05-24
下一篇 2022-05-24

发表评论

登录后才能评论

评论列表(0条)

保存