次の方法で共有


BitmapData.Scan0 プロパティ

ビットマップ内の最初のピクセル データのアドレスを取得または設定します。このデータをビットマップ内の最初のスキャン ラインと考えることもできます。

Public Property Scan0 As IntPtr
[C#]
public IntPtr Scan0 {get; set;}
[C++]
public: __property IntPtr get_Scan0();public: __property void set_Scan0(IntPtr);
[JScript]
public function get Scan0() : IntPtr;public function set Scan0(IntPtr);

プロパティ値

ビットマップ内の最初のピクセル データのアドレス。

必要条件

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

参照

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