win32gui.DeleteObject


删除逻辑钢笔、笔刷、字体、位图、区域或调色板,释放关联对象的所有系统资源。

在对象被删除后,指定句柄不再有效。

摘      自: DeleteObject 函数 (winuser.h)

另请参阅:

Basic Usage     Detailed Usage

Python

win32gui.DeleteObject(handle)
			

C++

BOOL DeleteObject(
  [in] HGDIOBJ ho
);
			

 

Copyright Notice: This article is an exclusive original manuscript, copyright belongs to Happy Digits Software , shall not be reproduced without permission.