次の方法で共有


ColorMatrix.Matrix01 プロパティ

この ColorMatrix オブジェクトの第 0 行、第 1 列にある要素を取得または設定します。

Public Property Matrix01 As Single
[C#]
public float Matrix01 {get; set;}
[C++]
public: __property float get_Matrix01();public: __property void set_Matrix01(float);
[JScript]
public function get Matrix01() : float;public function set Matrix01(float);

プロパティ値

この ColorMatrix オブジェクトの第 0 行、第 1 列にある要素値。

必要条件

プラットフォーム: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 ファミリ

参照

ColorMatrix クラス | ColorMatrix メンバ | System.Drawing.Imaging 名前空間