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.
- Inheritance
-
CGPattern.DrawPattern
Remarks
This is the delegate that is passed to the CGPattern method.