Matrix.M12 属性

定义

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

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

属性值

Double

Matrix 中第一行与第二列相交处的值。 默认值为 0。

注解

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

适用于