Matrix Constructor
Collapse the table of content
Expand the table of content

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.

Namespace:  System.Windows.Media
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.

Windows Phone OS

Supported in: 8.1, 8.0, 7.1, 7.0

Windows Phone

Show:
© 2017 Microsoft