In This Topic
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.
Syntax
Parameters
- gdiObjectHandle
- Handle to a logical pen, brush, font, bitmap, region, or palette.
Exceptions
Exception | Description |
C1.Framework.SystemErrorException | If the specified handle is not valid or is currently selected into a DC, it would throw a C1.Framework.SystemErrorException. |
See Also