ColorMatrix.Matrix31 プロパティ

定義

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

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

プロパティ値

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

適用対象