CGPattern.DrawPattern Delegate
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.