System.Drawing.TextureBrush.TranslateTransform Method

Translates the local geometric transformation of this System.Drawing.TextureBrush object by the specified dimensions in the specified order.

Syntax

public void TranslateTransform (float dx, float dy, System.Drawing.Drawing2D.MatrixOrder order)

Parameters

dx
The dimension by which to translate the transformation in the x direction.
dy
The dimension by which to translate the transformation in the y direction.
order
The order (prepend or append) in which to apply the translation.

Returns

This method does not return a value.

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: System.Drawing
Assembly: System.Drawing (in System.Drawing.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0