LinearGradientBrush.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)
ParameterTypeDescription
angleSingleThe angle of rotation.

See Also


RotateTransform(float, MatrixOrder)

Rotates the local geometric transform by the specified amount in the specified order.

public void RotateTransform(float angle, MatrixOrder order)
ParameterTypeDescription
angleSingleThe angle of rotation.
orderMatrixOrderA MatrixOrder that specifies whether to append or prepend the rotation matrix.

See Also