CGContext.ClipToRects(CGRect[]) Method

Definition

Modifies the current clipping path to be the insersection of the current clipping path and the region specified by the supplied rectangles.

public void ClipToRects (CoreGraphics.CGRect[] rects);
member this.ClipToRects : CoreGraphics.CGRect[] -> unit

Parameters

rects
CGRect[]

An array of rectangles.

Applies to