将CGPathRef转换为CGMutablePathRef

时间:2015-12-31 05:54:17

标签: ios objective-c cocoa-touch core-graphics

如何将if params[:id].present? x = Authors.find(params[:id]) end 转换为CGPathRef

我认为这是结构而不是类,所以没有可用于转换的API。

代码: -

CGMutablePathRef

如何将intermediatePath变量保存到CGAffineTransform transform = CGAffineTransformMakeScale(2.0, 2.0); CGPathRef intermediatePath = CGPathCreateCopyByTransformingPath(pt.custompath, &transform);

1 个答案:

答案 0 :(得分:4)

使用CGPathCreateMutableCopy()。

---
- hosts: 'all'
  remote_user: 'ubuntu'
  become: yes