共用方式為


CGPath.ApplierFunction 代理人

定義

可以變更 CGPathElement 的函式。

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

參數

element
CGPathElement

要處理的元素。

備註

這是從 CGPath.Apply 針對路徑中的每個專案呼叫的函式簽章。

適用於