Contents

clip(to:)

Sets the clipping path to the intersection of the current clipping path with the region defined by an array of rectangles.

Declaration

func clip(to rects: [CGRect])

Parameters

  • rects:

    An array of rectangles, in user space coordinates.

Discussion

This method sets the clipping path to the intersection of the current clipping path and the region within the specified rectangles.

After determining the new clipping path, the function resets the context’s current path to an empty path.

See Also

Working with the Current Clipping Path