CGContext.FillRect(CGRect) Method

Definition

Paints the specified rect.

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

Parameters

rect
CGRect

The RectangleF to be filled.

Applies to