[<<Previous Entry]
[^^Up^^]
[Next Entry>>]
[Menu]
[About The Guide]
SearchVESA()
Searches the VESA mode of a gif file
Syntax:
SearchVESA ( cFile ) -> nMode
cFile : Name of the GIF file
Description:
Initializes a GIF file and returns the appropriate VESA mode to
display the image.
Return:
The appropriate VESA mode or Nil if cFile not exist, cFile is not
a GIF file or the size of GIF file is unknown.
Example:
cFile := "f:\xxx\car.gif" // 1024x768x256
? SearchVESA( cFile ) // VESA mode 261
See Also:
gifColors()
gifShowVESA()
gifX()
gifY()
This page created by ng2html v1.05, the Norton guide to HTML conversion utility.
Written by Dave Pearson