ChartDirector 7.0 (Java Edition)
DrawArea.out
Usage
public boolean out(String filename)
Description
Writes the DrawArea to an image file.
The file format is determined based on file extension, which must be png, jpg/jpeg, gif, wbmp/wmp or bmp.
Arguments
Argument | Default | Description |
filename | (Mandatory) | The filename of the output image file. |
Return Value
A true value indicates no error. A false value indicates the operation is unsuccessful.
© 2021 Advanced Software Engineering Limited. All rights reserved.