ColorMatrix.Matrix33 プロパティ

定義

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

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

プロパティ値

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

適用対象