XpsMatrix.Rotate

Rotate(float, MatrixOrder)

Applique une rotation dans le sens des aiguilles d’uneangle à cette matrice dans order spécifié parmatrixOrder .

public void Rotate(float angle, MatrixOrder matrixOrder)
ParamètreTaperLa description
angleSingleL’angle.
matrixOrderMatrixOrderL’ordre.

Voir également


Rotate(float)

Applique une rotation dans le sens des aiguilles d’uneangle à cette matrice dans l’ordre par défaut (préfixe).

public void Rotate(float angle)
ParamètreTaperLa description
angleSingleL’angle.

Voir également