Initializer

init(eoFill:antialiased:)

Creates a new fill style with the specified settings. 新しいフィルスタイルをこの指定された設定で作成します。

Declaration 宣言

init(eoFill: Bool = false, antialiased: Bool = true)

Parameters パラメータ

eoFill

A Boolean value that indicates whether to use the even-odd rule for rendering a shape. Pass false to use the non-zero winding number rule instead. falseを渡すことで、非ゼロ回転数規則を代わりに使います。

antialiased

A Boolean value that indicates whether to use antialiasing when rendering the edges of a shape. あるブール値、それはアンチエイリアシングを形状の縁を描出するときに使うかどうかを指し示します。