ChartDirector 6.0 (C++ Edition)
DrawArea.load
Usage
bool load(const char *filename);
Description
Load an image file into the current DrawArea.
This method will overwrite the current DrawArea. The image type is determined based on file extension, which must be png, jpg/jpeg, gif or wbmp/wmp.
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.
© 2015 Advanced Software Engineering Limited. All rights reserved.