CGPath.ApplierFunction 委托

定义

可以更改 CGPathElement 的函数。

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

参数

element
CGPathElement

要处理的元素。

注解

这是从 CGPath.Apply 为路径中的每个元素调用回的函数签名。

适用于