System::Drawing::Bitmap::UnlockBits method

Bitmap::UnlockBits method

Unlocks the specified bitmap from system memory.

void System::Drawing::Bitmap::UnlockBits(const Imaging::BitmapDataPtr &bitmap_data)
ParameterTypeDescription
bitmap_dataconst Imaging::BitmapDataPtr&An object that contains information about the lock operation

See Also