Scale(Double, Double) Method

Definition

Assembly PanAndZoom.dll

Creates a matrix that scales along the x-axis and y-axis.

public static Matrix Scale(double scaleX, double scaleY)

Parameters

scaleX
Double

Scaling factor that is applied along the x-axis.

scaleY
Double

Scaling factor that is applied along the y-axis.

Returns

Avalonia.Matrix
The created scaling matrix.