LockBits

Bitmap.LockBits method

Verrouille unBitmap dans la mémoire système.

public BitmapData LockBits(Rectangle rect, ImageLockMode flags, PixelFormat format)
ParamètreTaperLa description
rectRectangleUNRectangle structure spécifiant la partie de the Bitmap verrouiller.
flagsImageLockModeUnImageLockMode énumération spécifiant le niveau d’accès (lecture/écriture) pour leBitmap.
formatPixelFormatUNPixelFormat énumération spécifiant le format de données de this Bitmap.

Return_Value

UNBitmapData contenant des informations sur cette opération de verrouillage.

Voir également