Matrix3D.M21 プロパティ
定義
public:
property double M21 { double get(); void set(double value); };
public double M21 { get; set; }
member this.M21 : double with get, set
Public Property M21 As Double
プロパティ値
この Matrix3D の第 2 行、第 1 列の値。The value of the second row and first column of this Matrix3D.
注釈
この構造体は、Windows ランタイム (WinRT) 構造体の .NET 射影を表し Matrix3D
ます。This struct represents the .NET projection of the Windows Runtime (WinRT) Matrix3D
struct. 詳細については、UWP API リファレンスの「 Matrix3D 」を参照してください。For more information, see Matrix3D in the UWP API reference.