TextureBrush.TranslateTransform
Contents
[
Hide
]TranslateTransform(float, float)
Translates the local geometric transformation of this TextureBrush object by the specified dimensions. This method prepends the translation to the transformation.
public void TranslateTransform(float dx, float dy)
Parameter | Type | Description |
---|---|---|
dx | Single | The dimension by which to translate the transformation in the x direction. |
dy | Single | The dimension by which to translate the transformation in the y direction. |
See Also
- class TextureBrush
- namespace System.Drawing
- assembly Aspose.Drawing
TranslateTransform(float, float, MatrixOrder)
Translates the local geometric transformation of this TextureBrush object by the specified dimensions in the specified order.
public void TranslateTransform(float dx, float dy, MatrixOrder order)
Parameter | Type | Description |
---|---|---|
dx | Single | The dimension by which to translate the transformation in the x direction. |
dy | Single | The dimension by which to translate the transformation in the y direction. |
order | MatrixOrder | The order (prepend or append) in which to apply the translation. |
See Also
- enum MatrixOrder
- class TextureBrush
- namespace System.Drawing
- assembly Aspose.Drawing