共用方式為


CGPattern.DrawPattern 代理人

定義

用來在畫面上繪製模式的回呼簽章。

public delegate void CGPattern.DrawPattern(CGContext ctx);
type CGPattern.DrawPattern = delegate of CGContext -> unit

參數

ctx
CGContext

繪製模式的 CGCoNtext。

備註

這是傳遞至 CGPattern 方法的委派。

適用於