ColorMatrix.Matrix14 プロパティ

定義

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

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

プロパティ値

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

適用対象