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

contains(_:eoFill:)

Returns true if the path contains a specified point. パスがある指定された点を含むならばtrueを返します。

Declaration 宣言

func contains(_ p: CGPoint, eoFill: Bool = false) -> Bool

Discussion 議論

If eoFill is true, this method uses the even-odd rule to define which points are inside the path. Otherwise, it uses the non-zero rule. そうでなければ、それは非ゼロ規則を使います。

See Also 参照

Getting the Path’s Characteristics