Contents

drawPath(using:)

Draws the current path using the provided drawing mode.

Declaration

func drawPath(using mode: CGPathDrawingMode)

Parameters

Discussion

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

See Also

Drawing the Current Graphics Path