TranslateTransform()

Graphics::TranslateTransform(float, float, Drawing2D::MatrixOrder) method

Applies the specified translation vector to the world transformation matrix of the current Graphics object.

void System::Drawing::Graphics::TranslateTransform(float dx, float dy, Drawing2D::MatrixOrder order=Drawing2D::MatrixOrder::Prepend)

Arguments

ParameterTypeDescription
dxfloatThe X value by which the matrix is translated
dyfloatThe Y value by which the matrix is translated
orderDrawing2D::MatrixOrderThe order in which the translation vector is applied to the matrix

See Also