IMatrix.Skew
IMatrix.Skew method
Applies a skew transformation to the matrix.
public void Skew(float skewX, float skewY)
| Parameter | Type | Description |
|---|---|---|
| skewX | Single | The angle by which to skew in the x-axis direction. |
| skewY | Single | The angle by which to skew in the y-axis direction. |
See Also
- interface IMatrix
- namespace Aspose.Html.Drawing
- assembly Aspose.HTML