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)
ParameterTypeDescription
angleSingleThe angle (extent) 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 (extent) of rotation.
orderMatrixOrderA MatrixOrder that specifies whether to append or prepend the rotation matrix.

See Also