RotateTransform()

LinearGradientBrush::RotateTransform(float, MatrixOrder) method

Rotates current object’s transform matrix.

void System::Drawing::Drawing2D::LinearGradientBrush::RotateTransform(float angle, MatrixOrder order=MatrixOrder::Prepend)

Arguments

ParameterTypeDescription
anglefloatThe angle to rotate the matrix by
orderMatrixOrderSpecifies the order of the operation

See Also