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

contentShape(_:eoFill:)

Defines the content shape for hit testing. ヒットテストするためのコンテンツシェープ(内容形状)を定義します。

Declaration 宣言

func contentShape<S>(_ shape: S, eoFill: Bool = false) -> some View where S : Shape

Return Value 戻り値

A view that uses the given shape for hit testing. あるビュー、それは与えられた形状をヒットテストに対して使うものです。

Parameters パラメータ

shape

The hit testing shape for the view. そのビューに対してヒットテストする形状。

eoFill

A Boolean that indicates whether the shape is interpreted with the even-odd winding number rule. あるブール値、それは形状が偶奇曲折数規則で解釈されるかどうかを指し示します。