Partager via


CGAffineTransform.TransformPoint(CGPoint) Méthode

Définition

Transforme les coordonnées du point fourni par l’affine.

public CoreGraphics.CGPoint TransformPoint (CoreGraphics.CGPoint point);
member this.TransformPoint : CoreGraphics.CGPoint -> CoreGraphics.CGPoint

Paramètres

point
CGPoint

Point à transformer.

Retours

Point traduit dans le nouvel espace de coordonnées.

Remarques

Le point défini par x, y est transformé comme suit :

new_x = xx * x + xy * y + x0 ;

new_y = yx * x + yy * y + y0 ;

S’applique à