Partager via


CGAffineTransform(nfloat, nfloat, nfloat, nfloat, nfloat, nfloat) Constructeur

Définition

Initialise une transformation affine à partir des valeurs de matrice.

public CGAffineTransform (nfloat xx, nfloat yx, nfloat xy, nfloat yy, nfloat x0, nfloat y0);
new CoreGraphics.CGAffineTransform : nfloat * nfloat * nfloat * nfloat * nfloat * nfloat -> CoreGraphics.CGAffineTransform

Paramètres

xx
nfloat

Composant xx.

yx
nfloat

Composant yx.

xy
nfloat

Composant xy.

yy
nfloat

Composant yy.

x0
nfloat

Composant de traduction X.

y0
nfloat

Composant de traduction y.

Remarques

Définit une matrice de transformation affine avec les composants suivants :

| xx yx 0 |

| xy yy 0 |

| tx ty 1 |

La troisième colonne a toujours les valeurs 0, 0, 1. Par conséquent, seules six valeurs doivent être fournies.

S’applique à