Tao.DevIl SDK Documentation

Il.ilRegisterSave Method 

ilRegisterType tells OpenIL what datatype the current registered image uses. This function is to be used from within functions that have been registered via ilRegisterLoad.

[Visual Basic]
Public Shared Function ilRegisterSave( _
   ByVal Ext As String, _
   ByVal Save As IL_SAVEPROC _
) As Boolean
[C#]
public static bool ilRegisterSave(
   string Ext,
   IL_SAVEPROC Save
);

Parameters

Ext
Extension of the image type to save
Save
Pointer to a saving function

Return Value

See Also

Il Class | Tao.DevIl Namespace