ChartDirector Ver 3.0 (C++ Edition)
DrawArea.loadGIF
Usage
bool loadGIF(const char *filename);
Description
Load a GIF image into the current DrawArea.
This method will overwrite the current DrawArea.
Arguments
Argument | Default | Description |
filename | (Mandatory) | The filename of the image to be loaded. |
Return Value
A true value indicates no error. A false value indicates the operation is unsuccessful.
© 2003 Advanced Software Engineering Limited. All rights reserved.