c++ - Do I need to keep the Bitmap object when using Bitmap.GetHBITMAP()? -
when using bitmap.gethbitmap(), need keep (not delete) bitmap object, or bitmap.gethbitmap() creates new hbitmap , not returns 1 bitmap object uses? (the documentation not mention this).
Comments
Post a Comment