'DeclarationPublic Shared Sub DeleteObject( _ ByVal gdiObjectHandle As IntPtr _ )
public static void DeleteObject( IntPtr gdiObjectHandle )
Parameters
- gdiObjectHandle
- Handle to a logical pen, brush, font, bitmap, region, or palette.
'DeclarationPublic Shared Sub DeleteObject( _ ByVal gdiObjectHandle As IntPtr _ )
public static void DeleteObject( IntPtr gdiObjectHandle )
| 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. |