System::Drawing::Drawing2D::LinearGradientBrush::RotateTransform method

LinearGradientBrush::RotateTransform method

Rotates current object’s transform matrix.

void System::Drawing::Drawing2D::LinearGradientBrush::RotateTransform(float angle, MatrixOrder order=MatrixOrder::Prepend)
ParameterTypeDescription
anglefloatThe angle to rotate the matrix by
orderMatrixOrderSpecifies the order of the operation

See Also