如何将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);
。
答案 0 :(得分:4)
使用CGPathCreateMutableCopy()。
---
- hosts: 'all'
remote_user: 'ubuntu'
become: yes