MGL_availableBitmap

Determines if the specified bitmap file is available for use.

Declaration

ibool MGLAPI MGL_availableBitmap(
    const char *bitmapName)

Prototype In

mgraph.h

Parameters

bitmapName

Name of bitmap file to check for

 

Return Value

True if the bitmap file exists, false if not.

Description

Attempt to locate the specified bitmap file, and verify that it is available for use. See MGL_loadBitmap for more information on the algorithm that MGL uses when searching for bitmap files on disk.

See Also

MGL_loadBitmap

Copyright © 2002 SciTech Software, Inc. Visit our web site at http://www.scitechsoft.com