gpt4 book ai didi

objective-c - CGContextRef到底是什么?

转载 作者:行者123 更新时间:2023-12-03 17:55:26 25 4
gpt4 key购买 nike

我一直在搜索核心图形框架的文档,并在 CGContext 引用中发现了这一点

typedef struct CGContext * CGContextRef;

这实际上意味着什么?它是一个指向 CGContext 的指针吗?另外,当我查看 CGColor 时,CGColorRef 是这样的:

typedef struct CGColor *CGColorRef;

两者有什么区别?

感谢您的帮助!

最佳答案

是的,它们只是指向 CGContext 或 CGColor 的指针的快捷方式。

所以你可以写

CGColorRef myreference;

而不是

CGColor *myreference;

关于objective-c - CGContextRef到底是什么?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/14443875/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com