UnlockBits()

Bitmap::UnlockBits(const Imaging::BitmapDataPtr&) method

Unlocks the specified bitmap from system memory.

void System::Drawing::Bitmap::UnlockBits(const Imaging::BitmapDataPtr &bitmap_data)

Arguments

ParameterTypeDescription
bitmap_dataconst Imaging::BitmapDataPtr&An object that contains information about the lock operation

See Also