TranslateTransform()

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

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

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

Arguments

ParameterTypeDescription
dxfloatThe value of translation in x
dyfloatThe value of translation in y
orderDrawing2D::MatrixOrderSpecifies the order of the operation

See Also