Bitmap.LockBits

Bitmap.LockBits method

ロックBitmapシステムメモリに.

public BitmapData LockBits(Rectangle rect, ImageLockMode flags, PixelFormat format)
パラメータタイプ説明
rectRectangleあRectangle the の部分を指定する構造体Bitmapロックする。
flagsImageLockModeアンImageLockModeのアクセス level (読み取り/書き込み) を指定する列挙Bitmap.
formatPixelFormatあPixelFormatthis のデータ形式を指定する列挙Bitmap.

戻り値

あBitmapDataこのロック操作に関する情報が含まれています。

関連項目