ICanvasRenderingContext2D.Transform
ICanvasRenderingContext2D.Transform method
Multiplies the current transformation matrix with the matrix described by its arguments.
public void Transform(double a, double b, double c, double d, double e, double f)
Parameter | Type | Description |
---|---|---|
a | Double | Horizontal scaling. |
b | Double | Horizontal skewing. |
c | Double | Vertical skewing. |
d | Double | Vertical scaling. |
e | Double | Horizontal moving. |
f | Double | Vertical moving. |
See Also
- interface ICanvasRenderingContext2D
- namespace Aspose.Html.Dom.Canvas
- assembly Aspose.HTML