次の方法で共有


CGPath.ApplierFunction 代理人

定義

CGPathElement に変更を加えることができる関数。

public delegate void CGPath.ApplierFunction(CGPathElement element);
type CGPath.ApplierFunction = delegate of CGPathElement -> unit

パラメーター

element
CGPathElement

処理する要素。

注釈

これは、パス内の各要素に対して CGPath.Apply から呼び出される関数シグネチャです。

適用対象