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)
Parameter | Type | Description |
---|---|---|
x | Double | Scaling factor in the horizontal direction. |
y | Double | Scaling factor in the vertical direction. |
See Also
- interface ICanvasRenderingContext2D
- namespace Aspose.Html.Dom.Canvas
- assembly Aspose.HTML