Tao.DevIl SDK Documentation

Il.ilLoadData Method 

[Visual Basic]
Public Shared Function ilLoadData( _
   ByVal FileName As String, _
   ByVal Width As Integer, _
   ByVal Height As Integer, _
   ByVal Depth As Integer, _
   ByVal Bpp As Byte _
) As Boolean
[C#]
public static bool ilLoadData(
   string FileName,
   int Width,
   int Height,
   int Depth,
   byte Bpp
);

See Also

Il Class | Tao.DevIl Namespace