ICanvasRenderingContext2D.Scale

ICanvasRenderingContext2D.Scale method

Adds a scaling transformation to the canvas units by x horizontally and by y vertically.

public void Scale(double x, double y)
ParameterTypeDescription
xDoubleScaling factor in the horizontal direction.
yDoubleScaling factor in the vertical direction.

See Also