Tao.DevIl SDK Documentation

Ilut.ilutWinSaveImage Method 

ilutWinSaveImage saves Bitmap to FileName. This function is the complement of ilutWinLoadImage.

[Visual Basic]
Public Shared Function ilutWinSaveImage( _
   ByVal FileName As String, _
   ByVal Bitmap As IntPtr _
) As Boolean
[C#]
public static bool ilutWinSaveImage(
   string FileName,
   IntPtr Bitmap
);

Parameters

FileName
Name of the image file to save to
Bitmap
Win32 HBITMAP to save from

Return Value

See Also

Ilut Class | Tao.DevIl Namespace