LockBits

Bitmap.LockBits method

Sperren aBitmap in den Systemspeicher.

public BitmapData LockBits(Rectangle rect, ImageLockMode flags, PixelFormat format)
ParameterTypBeschreibung
rectRectangleEINRectangle Struktur, die den Teil von the angibtBitmap abschließen.
flagsImageLockModeEinImageLockMode Enumeration, die die Zugriffsebene (Lesen/Schreiben) für die angibtBitmap.
formatPixelFormatEINPixelFormat Enumeration, die das Datenformat von this angibtBitmap.

Rückgabewert

EINBitmapData enthält Informationen zu dieser Sperroperation.

Siehe auch