RotateTransform

RotateTransform(float)

Applique la rotation spécifiée à la matrice de transformation de ceGraphics .

public void RotateTransform(float angle)
ParamètreTaperLa description
angleSingleAngle de rotation en degrés.

Voir également


RotateTransform(float, MatrixOrder)

Applique la rotation spécifiée à la matrice de transformation de ceGraphics dans l’ordre spécifié.

public void RotateTransform(float angle, MatrixOrder order)
ParamètreTaperLa description
angleSingleAngle de rotation en degrés.
orderMatrixOrderMembre de laMatrixOrder énumération qui spécifie si la rotation est appended ou ajoutée au début de la transformation matricielle.

Voir également