CGContext.ClipToRects(CGRect[]) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.