System::Drawing::Drawing2D::LinearGradientBrush::TranslateTransform method

LinearGradientBrush::TranslateTransform method

Translates current object’s transform matrix.

void System::Drawing::Drawing2D::LinearGradientBrush::TranslateTransform(float dx, float dy, Drawing2D::MatrixOrder order=Drawing2D::MatrixOrder::Prepend)
ParameterTypeDescription
dxfloatThe X value by which the matrix is translated
dyfloatThe Y value by which the matrix is translated
orderDrawing2D::MatrixOrderSpecifies the order of the operation

See Also