Pen.RotateTransform
RotateTransform(float)
Rotates the local geometric transformation by the specified angle. This method prepends the rotation to the transformation.
public void RotateTransform(float angle)
| Parameter | Type | Description | 
|---|---|---|
| angle | Single | The angle of rotation. | 
See Also
- class Pen
 - namespace System.Drawing
 - assembly Aspose.Drawing
 
RotateTransform(float, MatrixOrder)
Rotates the local geometric transformation by the specified angle in the specified order.
public void RotateTransform(float angle, MatrixOrder order)
| Parameter | Type | Description | 
|---|---|---|
| angle | Single | The angle of rotation. | 
| order | MatrixOrder | A MatrixOrder that specifies whether to append or prepend the rotation matrix. | 
See Also
- enum MatrixOrder
 - class Pen
 - namespace System.Drawing
 - assembly Aspose.Drawing