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

Popular posts from this blog

How has firefox/gecko HTML+CSS rendering changed in version 38? -

javascript - Complex json ng-repeat -

jquery - Cloning of rows and columns from the old table into the new with colSpan and rowSpan -