CGPath.ApplierFunction Délégué
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Fonction qui peut apporter des modifications à un CGPathElement.
public delegate void CGPath.ApplierFunction(CGPathElement element);
type CGPath.ApplierFunction = delegate of CGPathElement -> unit
Paramètres
- element
- CGPathElement
Élément à traiter.
Remarques
Il s’agit de la signature de fonction qui est rappelée à partir de CGPath.Apply pour chaque élément d’un chemin d’accès.