CGPath.ApplierFunction 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.
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.