CGContext.StrokeEllipseInRect(CGRect) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.