Tao.DevIl SDK Documentation

Il.ilLoad Method 

ilLoad can be used much in the same way ilLoadImage is used, except with ilLoad, it is possible to force OpenIL to load a file as a specific image format, no matter what the extension.

[Visual Basic]
Public Shared Function ilLoad( _
   ByVal Type As Integer, _
   ByVal FileName As String _
) As Boolean
[C#]
public static bool ilLoad(
   int Type,
   string FileName
);

Parameters

Type
Format Specification
FileName
File to load the image

Return Value

See Also

Il Class | Tao.DevIl Namespace