MatrixExtensions.Translate(Matrix, Double, Double) Method

Definition

Translates the matrix by the given amount and returns the result.

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

Parameters

matrix
Matrix

Matrix to extend.

offsetX
Double

The offset in the x dimension.

offsetY
Double

The offset in the y dimension.

Returns

Translated Matrix.

Applies to