Tao.DevIl SDK Documentation

Ilut.ilutWinLoadImage Method 

loads an image directly to a Win32 HBITMAP, skipping the use of OpenIL image names.

[Visual Basic]
Public Shared Function ilutWinLoadImage( _
   ByVal FileName As String, _
   ByVal hDC As IntPtr _
) As IntPtr
[C#]
public static IntPtr ilutWinLoadImage(
   string FileName,
   IntPtr hDC
);

Parameters

FileName
Name of the image to load
hDC
Device context the bitmap should reside in

Return Value

See Also

Ilut Class | Tao.DevIl Namespace