Tao.DevIl SDK Documentation

Il.ilCopyImage Method 

ilCopyImage copies the attributes and data from the image named in Src. The same image bound before calling ilCopyImage remains bound afterward.

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

Parameters

Src
Name of an image to copy to the current image.

Return Value

See Also

Il Class | Tao.DevIl Namespace