Contents

strokePath()

Paints a line along the current path.

Declaration

func strokePath()

Discussion

The line width and stroke color of the context’s graphics state are used to paint the path. The current path is cleared as a side effect of calling this function.

See Also

Drawing the Current Graphics Path