ColorMatrix.Matrix23 プロパティ

定義

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

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

プロパティ値

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

適用対象