CGContext.AddEllipseInRect(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.
Adds an ellipse that fits in the specified rect
.
public void AddEllipseInRect (CoreGraphics.CGRect rect);
member this.AddEllipseInRect : CoreGraphics.CGRect -> unit
Parameters
- rect
- CGRect
The bounding rectangle of the ellipse.
Remarks
The ellipse is centered in the rect
, with major and minor axes defined such that the ellipse touches the rect
's edges. The ellipse is a complete subpath, with control points specified in clockwise order.