Tao.DevIl SDK Documentation

Il.ilRegisterFormat Method 

ilRegisterFormat tells OpenIL what format the current registered image is in. This function is to be used from within functions that have been registered via ilRegisterLoad

[Visual Basic]
Public Shared Sub ilRegisterFormat( _
   ByVal Format As Integer _
)
[C#]
public static void ilRegisterFormat(
   int Format
);

Parameters

Format
The format that the registered image is in.

See Also

Il Class | Tao.DevIl Namespace