ColorMatrix.Matrix34 プロパティ

定義

この ColorMatrixの 3 行目と 4 列目の要素を取得または設定します。

public:
 property float Matrix34 { float get(); void set(float value); };
public float Matrix34 { get; set; }
member this.Matrix34 : single with get, set
Public Property Matrix34 As Single

プロパティ値

この ColorMatrixの 3 行目と 4 列目の要素。

適用対象