This topic has not yet been rated - Rate this topic

Matrix.M22 Property

May 02, 2013

Gets or sets the value of the second row and second column of this Matrix structure.

Namespace:  System.Windows.Media
Assembly:  System.Windows (in System.Windows.dll)
public double M22 { get; set; }

Property Value

Type: System.Double
The value of the second row and second column of this Matrix structure. The default value is 1.

XAML Attribute Usage

<Matrix M22="double"/>

Windows Phone OS

Supported in: 8.0, 7.1, 7.0

Windows Phone

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.