Matrix.M11 属性

定义

获取或设置此 Matrix 结构中第一行与第一列相交处的值。Gets or sets the value of the first row and first column of this Matrix struct.

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

属性值

Double

Matrix 中第一行与第一列相交处的值。The value of the first row and first column of this Matrix. 默认值为 1。The default value is 1.

注解

此结构表示 Windows 运行时 (WinRT) 结构的 .NET 投影 MatrixThis struct represents the .NET projection of the Windows Runtime (WinRT) Matrix struct. 有关详细信息,请参阅 UWP API 参考中的 MatrixFor more information, see Matrix in the UWP API reference.

适用于