This topic has not yet been rated - Rate this topic

Matrix.M22 property

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

Syntax


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.

Requirements

Minimum supported client

Windows 8

Minimum supported server

Windows Server 2012

Namespace

Windows.UI.Xaml.Media

Assembly

System.Runtime.WindowsRuntime.UI.Xaml.dll

See also

Matrix

 

 

Build date: 12/4/2012

© 2013 Microsoft. All rights reserved.