func fill(style: FillStyle ) -> some View
Fills this shape with the foreground color.
この形状を前景色で塗りつぶします。
Availability 有効性
Technology
func fill<S>(_ content: S, style: FillStyle
= FillStyle()) -> some View
where S : ShapeStyle
A shape filled with the color or gradient you supply. あなたが提供する色または勾配で塗りつぶされたある形状。
content
The color or gradient to use when filling this shape. この形状を塗りつぶす時に使う色または勾配。
style
The style options that determine how the fill renders. どのように塗りつぶしを描出するか決定するスタイルオプション。
func fill(style: FillStyle ) -> some View