ICanvasRenderingContext2D.SetTransform
ICanvasRenderingContext2D.SetTransform method
Resets the current transform to the identity matrix, and then invokes the transform() method with the same arguments.
public void SetTransform(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
- package com.aspose.html.Dom.Canvas
- package Aspose.HTML