méthode System::Drawing::Graphics::RotateTransform
Graphics::RotateTransform method
Applique la rotation spécifiée à la matrice de transformation du monde de l’objet Graphics actuel dans l’ordre spécifié.
void System::Drawing::Graphics::RotateTransform(float angle, Drawing2D::MatrixOrder order=Drawing2D::MatrixOrder::Prepend)
| Paramètre | Type | Description |
|---|---|---|
| angle | float | L’angle de rotation |
| ordre | Drawing2D::MatrixOrder | L’ordre dans lequel l’opération de rotation est appliquée à la matrice |
Voir aussi
- Enum MatrixOrder
- Class Graphics
- Namespace System::Drawing
- Library Aspose.Font for C++