System::Drawing::Drawing2D::PathGradientBrush::TranslateTransform method

PathGradientBrush::TranslateTransform method

Translates the local geometric transformation by the specified dimensions in the specified order.

void System::Drawing::Drawing2D::PathGradientBrush::TranslateTransform(float dx, float dy, Drawing2D::MatrixOrder order=Drawing2D::MatrixOrder::Prepend)
ParameterTypeDescription
dxfloatThe value of translation in x
dyfloatThe value of translation in y
orderDrawing2D::MatrixOrderSpecifies the order of the operation

See Also