Skip to content

Latest commit

 

History

History
43 lines (28 loc) · 1.12 KB

matrixhelper_fromelements_1436558913.md

File metadata and controls

43 lines (28 loc) · 1.12 KB
-api-id -api-type
M:Windows.UI.Xaml.Media.MatrixHelper.FromElements(System.Double,System.Double,System.Double,System.Double,System.Double,System.Double)
winrt method

Windows.UI.Xaml.Media.MatrixHelper.FromElements

-description

Creates a new Matrix based on provided initial Matrix data values.

-parameters

-param m11

The initial value of M11 for the created Matrix.

-param m12

The initial value of M12 for the created Matrix.

-param m21

The initial value of M21 for the created Matrix.

-param m22

The initial value of M22 for the created Matrix.

-param offsetX

The initial value of OffsetX for the created Matrix.

-param offsetY

The initial value of OffsetY for the created Matrix.

-returns

The created Matrix.

-remarks

-examples

-see-also