Contents

strokeEllipse(in:)

Strokes an ellipse that fits inside the specified rectangle.

Declaration

func strokeEllipse(in rect: CGRect)

Parameters

  • rect:

    A rectangle that defines the area for the ellipse to fit in.

Discussion

The current path is cleared as a side effect of calling this function.

See Also

Drawing Shapes