ChartDirector 7.1 (C++ Edition)
DrawArea.loadWMP
Usage
bool loadWMP(const char *filename);
Description
Load a WAP bitmap image or resource into the current DrawArea, replacing any existing content.
Arguments
Argument | Default | Description |
filename | (Mandatory) | The pathname of the image file or resource. Please refer to Path Specification on how ChartDirector interprets pathnames. |
Return Value
A true value indicates no error. A false value indicates the operation is unsuccessful.
© 2023 Advanced Software Engineering Limited. All rights reserved.