MatrixExtensions.Rotate(Matrix, Double) Method

Definition

Applies a rotation of the specified angle about the origin of this Matrix structure and returns the result.

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

Parameters

matrix
Matrix

Matrix to extend.

angle
Double

The angle of rotation in degrees.

Returns

Rotated Matrix.

Applies to