UIGraphics.RectFill(CGRect) Method

Definition

Fills a rectangle with the current color on the current context.

public static void RectFill (CoreGraphics.CGRect rect);
static member RectFill : CoreGraphics.CGRect -> unit

Parameters

rect
CGRect

The region to fill.

Remarks

Developers can call this method from any thread.

Applies to