Tao.DevIl SDK Documentation

Il.ilOriginFunc Method 

ilOriginFunc sets the origin to be used when loading all images, so that any image with a different origin will be flipped to have the set origin. This behaviour is actually disabled by default but can be enabled using ilEnable with the IL_ORIGIN_SET parameter.

[Visual Basic]
Public Shared Function ilOriginFunc( _
   ByVal Mode As Integer _
) As Byte
[C#]
public static byte ilOriginFunc(
   int Mode
);

Parameters

Mode
Specifies the origin to be used

Return Value

See Also

Il Class | Tao.DevIl Namespace