applying(_:)
Returns a path constructed by applying the transform to all points of the path.
Declaration
func applying(_ transform: CGAffineTransform) -> PathParameters
- transform:
An affine transform to apply to the path.
Return Value
A new copy of the path with the transform applied to all points.