ColorMatrix.Matrix13 プロパティ

定義

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

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

プロパティ値

この ColorMatrixの最初の行と 3 番目の列にある要素。

適用対象