ColorMatrix.Matrix11 プロパティ

定義

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

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

プロパティ値

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

適用対象