'Declaration
Public 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.
'Declaration
Public 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. |
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2