CGPath.ApplierFunction Delegate

Definition

A function that can make changes to a CGPathElement.

public delegate void CGPath.ApplierFunction(CGPathElement element);
type CGPath.ApplierFunction = delegate of CGPathElement -> unit

Parameters

element
CGPathElement

The element to process.

Remarks

This is the function signature that is called back from CGPath.Apply for each element in a path.

Applies to