CGContext.FillEllipseInRect(CGRect) Method

Definition

Paints the ellipse defined by rect. Afterwards, the current path is reset.

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

Parameters

rect
CGRect

The RectangleF defining the ellipse's extent.

Applies to