Matrix.M11 属性
定义
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
属性值
此 Matrix 中第一行与第一列相交处的值。The value of the first row and first column of this Matrix. 默认值为 1。The default value is 1.
注解
此结构表示 Windows 运行时 (WinRT) 结构的 .NET 投影 Matrix 。This struct represents the .NET projection of the Windows Runtime (WinRT) Matrix struct. 有关详细信息,请参阅 UWP API 参考中的 Matrix 。For more information, see Matrix in the UWP API reference.