Tao.DevIl SDK Documentation

Il.ilLoadF Method 

ilLoadF loads an image from a previously opened file

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

Parameters

Type
Image format
File
Pointer to a previous opened file

Return Value

See Also

Il Class | Tao.DevIl Namespace