TranslateTransform()

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

Translates current object’s transform matrix.

void System::Drawing::Drawing2D::LinearGradientBrush::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::MatrixOrderSpecifies the order of the operation

See Also