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

Namespace: Aspose.Html.Dom.Canvas
Assembly: Aspose.HTML (in Aspose.HTML.dll) Version: 20.3
Syntax
void Scale(
	double x,
	double y
)

Parameters

x
Type: SystemDouble
Scaling factor in the horizontal direction.
y
Type: SystemDouble
Scaling factor in the vertical direction.
See Also