func offsetBy (dx: CGFloat, dy: CGFloat) -> Path
Returns a path constructed by translating
self
by (dx, dy)
.func trimmedPath (from: CGFloat, to: CGFloat) -> Path
Returns a partial copy of the path.
パスのある部分的コピーを返します。
Availability 有効性
Technology
func applying(_ transform: CGAffineTransform
) -> Path
func offsetBy (dx: CGFloat, dy: CGFloat) -> Path
self
by (dx, dy)
.func trimmedPath (from: CGFloat, to: CGFloat) -> Path