CGPath.ApplierFunction 代理人
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
可以變更 CGPathElement 的函式。
public delegate void CGPath.ApplierFunction(CGPathElement element);
type CGPath.ApplierFunction = delegate of CGPathElement -> unit
參數
- element
- CGPathElement
要處理的元素。
備註
這是從 CGPath.Apply 針對路徑中的每個專案呼叫的函式簽章。