Matrix3x2.Translation プロパティ

定義

この行列の変換コンポーネントを取得または設定します。

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

プロパティ値

現在のインスタンスの変換コンポーネント。

注釈

翻訳コンポーネントは、 Zとして格納されます。

適用対象