Edit

Share via


MatrixExtensions.Skew(Matrix, Double, Double) Method

Definition

Appends a skew of the specified degrees in the x and y dimensions to this Matrix structure and returns the result.

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

Parameters

matrix
Matrix

Matrix to extend.

skewX
Double

The angle in the x dimension by which to skew this Matrix.

skewY
Double

The angle in the y dimension by which to skew this Matrix.

Returns

Skewed Matrix.

Applies to