美文网首页
Quartz 2D 和 Core Graphics

Quartz 2D 和 Core Graphics

作者: Lovell_ | 来源:发表于2017-08-14 08:55 被阅读43次
  • Quartz2D的API是纯C语言的
  • Quartz2D的API来自于Core Graphics框架
  • 数据类型和函数基本都以CG作为前缀
    • CGContextRef
    • CGPathRef
    • CGContextStrokePath(ctx);
    • ……

继承关系及导入

  • 因为UIKit依赖于Core Graphics,所以当引入<UIKit/Uikit.h>时,Core Graphics框架会被自动引入,即UIKit内部已经引入了Core Graphics框架的主头文件:<CoreGraphics/CoreGraphics.h>

相关文章

网友评论

      本文标题:Quartz 2D 和 Core Graphics

      本文链接:https://www.haomeiwen.com/subject/ezvyrxtx.html