Do I need to keep the Bitmap object when using Bitmap.GetHBITMAP()?

199 views Asked by At

When using Bitmap.GetHBITMAP(), do I need to keep (not delete) the Bitmap object, or does Bitmap.GetHBITMAP() creates a new HBITMAP and not just returns the one that the Bitmap object uses? (the documentation does not mention anything about this).

0

There are 0 answers