Tao.DevIl SDK Documentation

Il.ilSaveL Method (Int32, IntPtr, Int32)

ilSaveL saves an image to a memory lump

[Visual Basic]
Overloads Public Shared Function ilSaveL( _
   ByVal Type As Integer, _
   ByVal Lump As IntPtr, _
   ByVal Size As Integer _
) As Integer
[C#]
public static int ilSaveL(
   int Type,
   IntPtr Lump,
   int Size
);

Parameters

Type
Image format
Lump
Lump Address
Size
Lump size

Return Value

See Also

Il Class | Tao.DevIl Namespace | Il.ilSaveL Overload List