ColorMatrix.Matrix12 プロパティ

定義

この ColorMatrix の第 1 行および第 2 列にある要素を取得または設定します。

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

プロパティ値

Single

この ColorMatrix の第 1 行、第 2 列にある要素。

適用対象