Matrix.Translate

Translate(float, float, MatrixOrder)

Applique le vecteur de translation spécifié à cette matrice dans l’ordre spécifié.

public void Translate(float offsetX, float offsetY, MatrixOrder order)
ParamètreTaperLa description
offsetXSingleLe décalage X.
offsetYSingleLe décalage Y.
orderMatrixOrderL’ordre.

Voir également


Translate(float, float)

Applique le vecteur de translation spécifié à ceMatrix en utilisant (par défaut) Préfixer la commande.

public void Translate(float tx, float ty)
ParamètreTaperLa description
txSingleLe tx. Le tx. Le tx.
tySingleLe ty. Le ty. Le ty.

Voir également