VC++怎么释放GDI+的对象

2025-04-30 11:50:45
推荐回答(1个)
回答1:

没有带*的就不用释放,如果有Bitmap* bmp;v那么就应该delete bmp;而在窗口销毁时应该调用GdiplusShutdown(..)函数