Bitmap.UnlockBits

Bitmap.UnlockBits method

Unlocks this Bitmap from system memory.

public void UnlockBits(BitmapData bitmapData)
ParameterTypeDescription
bitmapDataBitmapDataA BitmapData specifying information about the lock operation.

See Also