func stroke<S>(S, lineWidth : CGFloat) -> some View
Traces the outline of this shape with a color or gradient.
この形状の輪郭をある色または勾配でなぞります。
func stroke<S>(S, style: StrokeStyle ) -> some View
Traces the outline of this shape with a color or gradient.
この形状の輪郭をある色または勾配でなぞります。
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
の内容を使って筆致特徴を定義しています。