CreateBitmapScope
struct CreateBitmapScope
Helper to scope lifetime of a HBITMAP created via CreateBitmap
Deletes the HBITMAP (if any) when disposed.
Creates a bitmap using CreateBitmap
Creates a bitmap compatible with the given HDC via CreateCompatibleBitmap