如何从CGMutablePath创建CGRect

时间:2019-01-19 00:03:43

标签: macos cgrect cgpath

为了使用CGRect交集函数,我需要从CGRect创建第二个CGMutablePath。有可能吗?

let rect1 = CGRect(myPath) // not allowed
let intersectionRect = rect2.intersection(rect1)

1 个答案:

答案 0 :(得分:0)

尚不清楚您希望从路径中获得哪个矩形,但是您是否想要boundingBoxOfPath

let rect1 = myPath.boundingBoxOfPath