Matrix3D.M33 属性

定义

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

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

属性值

Matrix3D的第三行和第三列的值。

注解

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

适用于