ColorMatrix.Matrix32 プロパティ

定義

この ColorMatrixの 3 番目の行と 2 番目の列にある要素を取得または設定します。

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

プロパティ値

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

適用対象