Edit

Share via


MatrixExtensions.Scale(Matrix, Double, Double) Method

Definition

Appends the specified scale vector to this Matrix structure and returns the result.

public static Windows.UI.Xaml.Media.Matrix Scale(this Windows.UI.Xaml.Media.Matrix matrix, double scaleX, double scaleY);
static member Scale : Windows.UI.Xaml.Media.Matrix * double * double -> Windows.UI.Xaml.Media.Matrix
<Extension()>
Public Function Scale (matrix As Matrix, scaleX As Double, scaleY As Double) As Matrix

Parameters

matrix
Matrix

Matrix to extend.

scaleX
Double

The value by which to scale this Matrix along the x-axis.

scaleY
Double

The value by which to scale this Matrix along the y-axis.

Returns

Scaled Matrix.

Applies to