Tao.DevIl SDK Documentation

Ilut.ilutGLScreenie Method 

ilutGLScreen copies the current OpenGL window contents to a temporary image, effectively taking a screenshot. The screenshot image is then saved to disk as screen0.tga - screen127.tga (the lowest name it can find). This is just a convenience function that uses ilutGLScreen.

[Visual Basic]
Public Shared Function ilutGLScreenie() As Boolean
[C#]
public static bool ilutGLScreenie();

Return Value

See Also

Ilut Class | Tao.DevIl Namespace