Matrix Constructor
Microsoft Silverlight will reach end of support after October 2021. Learn more.
Initializes a Matrix structure.
Namespace: System.Windows.Media
Assembly: System.Windows (in System.Windows.dll)
Syntax
'Declaration
Public Sub New ( _
m11 As Double, _
m12 As Double, _
m21 As Double, _
m22 As Double, _
offsetX As Double, _
offsetY As Double _
)
public Matrix(
double m11,
double m12,
double m21,
double m22,
double offsetX,
double offsetY
)
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.
Version Information
Silverlight
Supported in: 5, 4, 3
Silverlight for Windows Phone
Supported in: Windows Phone OS 7.1, Windows Phone OS 7.0
Platforms
For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.