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

See Also