CGAffineTransform.Multiply(CGAffineTransform, CGAffineTransform) Opérateur
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.
Multiplie les deux transformations affines et retourne une nouvelle affine avec le résultat.
public static CoreGraphics.CGAffineTransform operator * (CoreGraphics.CGAffineTransform a, CoreGraphics.CGAffineTransform b);
static member ( * ) : CoreGraphics.CGAffineTransform * CoreGraphics.CGAffineTransform -> CoreGraphics.CGAffineTransform
Paramètres
Première transformation affine.
Deuxième transformation affine.
Retours
Nouvelle transformation affine avec le résultat.