Matrix.M22 属性

定义

获取或设置此 Matrix 结构中第二行与第二列相交处的值。

public:
 property double M22 { double get(); void set(double value); };
public double M22 { get; set; }
member this.M22 : double with get, set
Public Property M22 As Double

属性值

Double

此结构中第二行、第二列的值 Matrix 。 默认值为 1。

注解

此结构表示 Windows 运行时 (WinRT) 结构的 .net 投影 Matrix 。 有关详细信息,请参阅 UWP API 参考中的 Matrix

适用于