Edit

Share via


MatrixExtensions.RotateAt(Matrix, Double, Double, Double) Method

Definition

Rotates this matrix about the specified point and returns the new result.

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

Parameters

matrix
Matrix

Matrix to extend.

angle
Double

The angle of rotation in degrees.

centerX
Double

The x-coordinate of the point about which to rotate this matrix.

centerY
Double

The y-coordinate of the point about which to rotate this matrix.

Returns

Rotated Matrix.

Applies to