Matrix Constructor
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Initializes a Matrix structure.
Assembly: System.Windows (in System.Windows.dll)
'Declaration Public Sub New ( _ m11 As Double, _ m12 As Double, _ m21 As Double, _ m22 As Double, _ offsetX As Double, _ offsetY As Double _ )
Parameters
- m11
- Type: System.Double
The Matrix structure's M11 coefficient.
- m12
- Type: System.Double
The Matrix structure's M12 coefficient.
- m21
- Type: System.Double
The Matrix structure's M21 coefficient.
- m22
- Type: System.Double
The Matrix structure's M22 coefficient.
- offsetX
- Type: System.Double
The Matrix structure's OffsetX coefficient.
- offsetY
- Type: System.Double
The Matrix structure's OffsetY coefficient.
Show: