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

fill(_:style:)

Fills this shape with a color or gradient. この形状をある色または勾配で塗りつぶします。

Declaration 宣言

func fill<S>(_ content: S, style: FillStyle = FillStyle()) -> some View where S : ShapeStyle

Return Value 戻り値

A shape filled with the color or gradient you supply. あなたが提供する色または勾配で塗りつぶされたある形状。

Parameters パラメータ

content

The color or gradient to use when filling this shape. この形状を塗りつぶす時に使う色または勾配。

style

The style options that determine how the fill renders. どのように塗りつぶしを描出するか決定するスタイルオプション。

See Also 参照

Filling a Shape 形状を塗りつぶす