Tao.DevIl SDK Documentation

Il.ilLoadDataF Method 

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

See Also

Il Class | Tao.DevIl Namespace