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

applying(_:)

Returns a path constructed by applying the transform to all points of the path. この変換をこのパスの全ての点に適用することによって構築されるパスを返します。

Declaration 宣言

func applying(_ transform: CGAffineTransform) -> Path

See Also 参照

Transforming the Path