func stroke<S>(S, lineWidth : CGFloat) -> some View
Traces the outline of this shape with a color or gradient.
この形状の輪郭をある色または勾配でなぞります。
func stroke(lineWidth : CGFloat) -> some Shape
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
のプロパティそれらを備えます。
func stroke(style: StrokeStyle ) -> some Shape
Returns a new shape that is a stroked copy of
self
, using the contents of style
to define the stroke characteristics.
ある新しい形状を返します、それはself
の線でなぞられたコピーです、style
の内容を使って筆致特徴を定義しています。