Matrix3D.M14 属性

定义

获取或设置 Matrix3D 中第一行与第四列相交处的值。

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

属性值

Matrix3D的第一行和第四列的值。

注解

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

适用于