CGContext.AddRect(CGRect) Method

Definition

Adds a rectangular path to the current path.

public void AddRect (CoreGraphics.CGRect rect);
member this.AddRect : CoreGraphics.CGRect -> unit

Parameters

rect
CGRect

A rectangle.

Applies to