CGPattern.DrawPattern Delegate

Definition

Callback signature used to draw patterns on the screen.

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

Parameters

ctx
CGContext

The CGContext on which the pattern is being drawn.

Remarks

This is the delegate that is passed to the CGPattern method.

Applies to