MatrixExtensions.Scale(Matrix, Double, Double) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.