Global Function

lineWidth()

Declaration

func lineWidth(_ width: Double)

Parameters

width Width of stroke operation in pixels.

Returns

-

Description

Sets the width of stroke operations in units of pixels.

Examples

lineWidth(3.0)

Related

strokeColor()