Tao.DevIl SDK Documentation

Il.ilCloneCurImage Method 

ilCloneCurImage creates a copy of the current image and returns the id of the new image. If a subimage of the current image is currently selected via ilActiveImage, ilActiveLayer or ilActiveMipmap, the subimage is copied, not the base image.

[Visual Basic]
Public Shared Function ilCloneCurImage() As Integer
[C#]
public static int ilCloneCurImage();

Return Value

See Also

Il Class | Tao.DevIl Namespace