MetafileRecorderGraphics2D.TranslateTransform
Contents
[
Hide
]TranslateTransform(float, float)
Changes the origin of the coordinate system by prepending the specified translation to the transformation matrix of this Graphics.
public void TranslateTransform(float x, float y)
Parameter | Type | Description |
---|---|---|
x | Single | The x-coordinate of the translation. |
y | Single | The y-coordinate of the translation. |
See Also
- class MetafileRecorderGraphics2D
- namespace Aspose.Imaging.FileFormats.Emf.Graphics
- assembly Aspose.Imaging
TranslateTransform(float, float, MatrixOrder)
Changes the origin of the coordinate system by applying the specified translation to the transformation matrix of this Graphics in the specified order.
public void TranslateTransform(float x, float y, MatrixOrder order)
Parameter | Type | Description |
---|---|---|
x | Single | The x-coordinate of the translation. |
y | Single | The y-coordinate of the translation. |
order | MatrixOrder | Specifies whether the translation is prepended or appended to the transformation matrix. |
See Also
- enum MatrixOrder
- class MetafileRecorderGraphics2D
- namespace Aspose.Imaging.FileFormats.Emf.Graphics
- assembly Aspose.Imaging