Instance Method インスタンスメソッド

trimmedPath(from:to:)

Returns a partial copy of the path. パスのある部分的コピーを返します。

Declaration 宣言

func trimmedPath(from: CGFloat, to: CGFloat) -> Path

Discussion 議論

The returned path contains the region between from and to, both of which must be fractions between zero and one defining points linearly-interpolated along the path.

See Also 参照

Transforming the Path