func applying(CGAffineTransform ) -> Path
Returns a path constructed by applying the transform to all points of the path.
この変換をこのパスの全ての点に適用することによって構築されるパスを返します。
func offsetBy (dx: CGFloat, dy: CGFloat) -> Path
Returns a path constructed by translating
self
by (dx, dy)
.