Contents

applying(_:)

Returns a path constructed by applying the transform to all points of the path.

Declaration

func applying(_ transform: CGAffineTransform) -> Path

Parameters

  • transform:

    An affine transform to apply to the path.

Return Value

A new copy of the path with the transform applied to all points.

See Also

Transforming the path