Tao.DevIl SDK Documentation

Il.ilRegisterOrigin 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 ilRegisterOrigin( _
   ByVal Origin As Integer _
)
[C#]
public static void ilRegisterOrigin(
   int Origin
);

Parameters

Origin
The new Origin of the image

See Also

Il Class | Tao.DevIl Namespace