Matrix3x2.X プロパティ

定義

マトリックスの最初の行を取得または設定します。

public:
 property System::Numerics::Vector2 X { System::Numerics::Vector2 get(); void set(System::Numerics::Vector2 value); };
public System.Numerics.Vector2 X { get; set; }
member this.X : System.Numerics.Vector2 with get, set
Public Property X As Vector2

プロパティ値

注釈

この行は、 M11M12で構成され、インデックスに存在します: [0]

適用対象