CreateBitmapFromHICON Method
In This Topic
HRESULT IWICImagingFactory::CreateBitmapFromHICON([In] HICON hIcon,[Out, Fast] IWICBitmap** ppIBitmap)
Syntax
'Declaration
Public Function CreateBitmapFromHICON( _
ByVal As IntPtr _
) As Bitmap
public Bitmap CreateBitmapFromHICON(
IntPtr
)
Parameters
- hIcon
See Also