Tao.DevIl SDK Documentation

Il.ilGenImages Method (Int32, Int32[])

ilGenImages stores Num image names in Images. The names stored are not necessarily contiguous, and names can have been deleted via ilDeleteImages beforehand. The image names stored in Images can be used with ilBindImage after calling ilGenImages. After calling ilGenImages, all image dimensions and features are undefined.

[Visual Basic]
Overloads Public Shared Sub ilGenImages( _
   ByVal Num As Integer, _
   ByVal Images As Integer() _
)
[C#]
public static void ilGenImages(
   int Num,
   int[] Images
);

Parameters

Num
Number of image names to generate.
Images
Pointer in which the generated image names are stored.

See Also

Il Class | Tao.DevIl Namespace | Il.ilGenImages Overload List