Pen.TranslateTransform
Contents
[
Hide
]TranslateTransform(float, float)
Translates the local geometric transformation 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 value of the translation in x. |
dy | Single | The value of the translation in y. |
See Also
- class Pen
- namespace System.Drawing
- assembly Aspose.Drawing
TranslateTransform(float, float, MatrixOrder)
Translates the local geometric transformation by the specified dimensions in the specified order.
public void TranslateTransform(float dx, float dy, MatrixOrder order)
Parameter | Type | Description |
---|---|---|
dx | Single | The value of the translation in x. |
dy | Single | The value of the translation in y. |
order | MatrixOrder | The order (prepend or append) in which to apply the translation. |
See Also
- enum MatrixOrder
- class Pen
- namespace System.Drawing
- assembly Aspose.Drawing