CGContext.AddRects(CGRect[]) Method

Definition

Adds an array of rectangular paths to the current path.

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

Parameters

rects
CGRect[]

An array of rectangles.

Applies to