CGContext.StrokeEllipseInRect(CGRect) Method

Definition

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

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

Parameters

rect
CGRect

The RectangleF defining the ellipse's extent.

Applies to