CGPattern.DrawPattern 委托

定义

用于在屏幕上绘制模式的回调签名。

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

参数

ctx
CGContext

正在绘制图案的 CGContext。

注解

这是传递给 CGPattern 方法的委托。

适用于