ColorMatrix.Matrix03 プロパティ

定義

この ColorMatrixの 0 (ゼロ) 行と 3 列目の要素を取得または設定します。 アルファ コンポーネントを表します。

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

プロパティ値

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

適用対象