ColorMatrix.Matrix04 プロパティ

定義

この ColorMatrixの 0 (ゼロ) 行と 4 列目の要素を取得または設定します。

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

プロパティ値

この ColorMatrixの 0 行 4 列目の要素。

適用対象