RotateTransform
RotateTransform(float)
Wendet die angegebene Rotation auf die Transformationsmatrix von this anGraphics .
public void RotateTransform(float angle)
Parameter | Typ | Beschreibung |
---|---|---|
angle | Single | Drehwinkel in Grad. |
Siehe auch
- class Graphics
- namensraum System.Drawing
- Montage Aspose.Drawing
RotateTransform(float, MatrixOrder)
Wendet die angegebene Rotation auf die Transformationsmatrix von this anGraphics in der angegebenen Reihenfolge.
public void RotateTransform(float angle, MatrixOrder order)
Parameter | Typ | Beschreibung |
---|---|---|
angle | Single | Drehwinkel in Grad. |
order | MatrixOrder | Mitglied vonMatrixOrder Enumeration, die angibt, ob die Drehung angehängt oder der Matrixtransformation vorangestellt wird. |
Siehe auch
- enum MatrixOrder
- class Graphics
- namensraum System.Drawing
- Montage Aspose.Drawing