RotateTransform

RotateTransform(float)

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

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

Voir également


RotateTransform(float, PointF, MatrixOrder)

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

public void RotateTransform(float angle, PointF center, MatrixOrder order)
ParamètreTaperLa description
angleSingleAngle de rotation en degrés.
centerPointFLe centre tournant.
orderMatrixOrderSpécifie si la rotation est ajoutée ou ajoutée au début de la transformation matricielle.

Voir également