Bitmap.FromHicon Method (IntPtr)
.NET Framework (current version)
Creates a Bitmap from a Windows handle to an icon.
Assembly: System.Drawing (in System.Drawing.dll)
Parameters
- hicon
-
Type:
System.IntPtr
A handle to an icon.
The following code example is designed for use with Windows Forms, and it requires PaintEventArgse, which is a parameter of the Paint event handler. The code performs the following actions:
SecurityPermission
for calling into unmanaged code. Related enumeration: UnmanagedCode
.NET Framework
Available since 1.1
Available since 1.1
Show: