System::Drawing::TextureBrush::TranslateTransform method

TextureBrush::TranslateTransform method

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

void System::Drawing::TextureBrush::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