ColorMatrix.Matrix01 プロパティ

定義

この ColorMatrixの 0 (ゼロ) 行と最初の列にある要素を取得または設定します。

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

プロパティ値

この ColorMatrix の 0 行と最初の列の要素。

適用対象