ICanvasRenderingContext2DTransform Method
Multiplies the current transformation matrix with the matrix described by its arguments.

Namespace: Aspose.Html.Dom.Canvas
Assembly: Aspose.HTML (in Aspose.HTML.dll) Version: 20.3
Syntax
void Transform(
	double a,
	double b,
	double c,
	double d,
	double e,
	double f
)

Parameters

a
Type: SystemDouble
Horizontal scaling.
b
Type: SystemDouble
Horizontal skewing.
c
Type: SystemDouble
Vertical skewing.
d
Type: SystemDouble
Vertical scaling.
e
Type: SystemDouble
Horizontal moving.
f
Type: SystemDouble
Vertical moving.
See Also