XpsMatrix.Translate
Translate(float, float, MatrixOrder)
Applies the specified translation vector to this Matrix in order specified by matrixOrder.
public void Translate(float offsetX, float offsetY, MatrixOrder matrixOrder)
Parameter | Type | Description |
---|---|---|
offsetX | Single | The offset X. |
offsetY | Single | The offset Y. |
matrixOrder | MatrixOrder | The order. |
See Also
- class XpsMatrix
- namespace Aspose.Page.XPS.XpsModel
- assembly Aspose.Page
Translate(float, float)
Applies the specified translation vector to this Matrix.
public void Translate(float offsetX, float offsetY)
Parameter | Type | Description |
---|---|---|
offsetX | Single | The offset X. |
offsetY | Single | The offset Y. |
See Also
- class XpsMatrix
- namespace Aspose.Page.XPS.XpsModel
- assembly Aspose.Page