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)
ParameterTypeDescription
aDoubleHorizontal scaling.
bDoubleHorizontal skewing.
cDoubleVertical skewing.
dDoubleVertical scaling.
eDoubleHorizontal moving.
fDoubleVertical moving.

See Also