The DeleteObject function deletes a logical pen, brush, font, bitmap, region, or palette, freeing all system resources associated with the object. After the object is deleted, the specified handle is no longer valid.
BOOL DeleteObject(
HGDIOBJ hObject |
// handle to graphic object |
); |
If the function succeeds, the return value is nonzero.
If the specified handle is not valid or is currently selected into a device context, the return value is zero. To get extended error information, call GetLastError.
Do not delete a drawing object (pen or brush) while it is still selected into a device context.
When a pattern brush is deleted, the bitmap associated with the brush is not deleted. The bitmap must be deleted independently.
See:
file: /Techref/os/win/api/win32/func/src/f15_14.htm, 1KB, , updated: 2001/6/26 10:22, local time: 2024/11/4 15:17,
3.133.135.247:LOG IN ©2024 PLEASE DON'T RIP! THIS SITE CLOSES OCT 28, 2024 SO LONG AND THANKS FOR ALL THE FISH!
|
©2024 These pages are served without commercial sponsorship. (No popup ads, etc...).Bandwidth abuse increases hosting cost forcing sponsorship or shutdown. This server aggressively defends against automated copying for any reason including offline viewing, duplication, etc... Please respect this requirement and DO NOT RIP THIS SITE. Questions? <A HREF="http://massmind.org/techref/os/win/api/win32/func/src/f15_14.htm"> DeleteObject</A> |
Did you find what you needed? |
Welcome to massmind.org! |
Welcome to massmind.org! |
.