Tao.DevIl SDK Documentation

Il.ilSaveF Method 

ilSaveF saves an image to a previously opened file

[Visual Basic]
Public Shared Function ilSaveF( _
   ByVal Type As Integer, _
   ByVal File As IntPtr _
) As Integer
[C#]
public static int ilSaveF(
   int Type,
   IntPtr File
);

Parameters

Type
Image format
File
Pointer to a previous opened file

Return Value

See Also

Il Class | Tao.DevIl Namespace