XpsMatrix.Scale
Scale(float, float, MatrixOrder)
Applies the specified scale vector (scaleX and scaleY) to this Matrix in order specified by matrixOrder.
public void Scale(float scaleX, float scaleY, MatrixOrder matrixOrder)
Parameter | Type | Description |
---|---|---|
scaleX | Single | The scale X. |
scaleY | Single | The scale Y. |
matrixOrder | MatrixOrder | The order. |
See Also
- class XpsMatrix
- namespace Aspose.Page.XPS.XpsModel
- assembly Aspose.Page
Scale(float, float)
Applies the specified scale vector (scaleX and scaleY) to this Matrix in default (Prepend) order.
public void Scale(float scaleX, float scaleY)
Parameter | Type | Description |
---|---|---|
scaleX | Single | The scale x. |
scaleY | Single | The scale y. |
See Also
- class XpsMatrix
- namespace Aspose.Page.XPS.XpsModel
- assembly Aspose.Page