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