Instance Method インスタンスメソッド

stroke(lineWidth:)

Returns a new shape that is a stroked copy of self with line-width defined by lineWidth and all other properties of StrokeStyle having their default values. ある新しい形状を返します、それはselfの線でなぞられたコピーです、lineWidthによって定義された線幅そしてそれらの省略時の値を持っている全ての他のStrokeStyleのプロパティそれらを備えます。

Declaration 宣言

func stroke(lineWidth: CGFloat = 1) -> some Shape