IMatrix.Scale
Contents
[
Hide
]Scale(float, float, WebMatrixOrder)
Scales the matrix by the specified scale factors in the specified order.
public void Scale(float scaleX, float scaleY, WebMatrixOrder order)
| Parameter | Type | Description |
|---|---|---|
| scaleX | Single | The scale factor along the x-axis. |
| scaleY | Single | The scale factor along the y-axis. |
| order | WebMatrixOrder | The order in which scaling is applied. |
See Also
- enum WebMatrixOrder
- interface IMatrix
- namespace Aspose.Html.Drawing
- assembly Aspose.HTML
Scale(float, float)
Scales the matrix by the specified scale factors uniformly.
public void Scale(float scaleX, float scaleY)
| Parameter | Type | Description |
|---|---|---|
| scaleX | Single | The uniform scale factor. |
| scaleY | Single | The uniform scale factor. |
See Also
- interface IMatrix
- namespace Aspose.Html.Drawing
- assembly Aspose.HTML