System::Drawing::Drawing2D::PathGradientBrush::RotateTransform method

PathGradientBrush::RotateTransform method

Rotates the local geometric transformation by the specified angle in the specified order.

void System::Drawing::Drawing2D::PathGradientBrush::RotateTransform(float angle, Drawing2D::MatrixOrder order=Drawing2D::MatrixOrder::Prepend)
ParameterTypeDescription
anglefloatThe rotation angle
orderDrawing2D::MatrixOrderSpecifies the order of the operation

See Also