ColorMatrix.Matrix43 プロパティ

定義

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

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

プロパティ値

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

適用対象