Tao.DevIl SDK Documentation

Il.ilIsImage Method 

ilIsImage returns whether the image name in Image is a valid image in use. If the image name in Image is in use, ilIsImage returns IL_TRUE. If Image is 0, ilIsImage returns IL_FALSE, because the default image is a special image and is never returned by ilGenImages. If the image name has been deleted by ilDeleteImages or never generated byilGenImages, IL_FALSE is returned.

[Visual Basic]
Public Shared Function ilIsImage( _
   ByVal Image As Integer _
) As Boolean
[C#]
public static bool ilIsImage(
   int Image
);

Parameters

Image
An image name.

Return Value

See Also

Il Class | Tao.DevIl Namespace