'宣言 Public Shared Sub DeleteObject( _ ByVal gdiObjectHandle As System.IntPtr _ )
public static void DeleteObject( System.IntPtr gdiObjectHandle )
パラメータ
- gdiObjectHandle
 - Handle to a logical pen, brush, font, bitmap, region, or palette.
 
'宣言 Public Shared Sub DeleteObject( _ ByVal gdiObjectHandle As System.IntPtr _ )
public static void DeleteObject( System.IntPtr gdiObjectHandle )
| 例外 | 解説 | 
|---|---|
| C1.Framework.SystemErrorException | If the specified handle is not valid or is currently selected into a DC, it would throw a C1.Framework.SystemErrorException. |