Tao.DevIl SDK Documentation

Ilu.iluGetImageInfo Method 

The iluGetImageInfo function retrieves information about the current image in an ILinfo struct. This is useful when you are repeatedly calling ilGetInteger and is more efficient in this case.

[Visual Basic]
Public Shared Sub iluGetImageInfo( _
   ByRef Info As ILinfo _
)
[C#]
public static void iluGetImageInfo(
   out ILinfo Info
);

Parameters

Info
ILinfo struct to receive the image information.

See Also

Ilu Class | Tao.DevIl Namespace