ChartDirector 7.1 (C++ Edition)
DrawArea.setInterlace
Usage
void setInterlace(bool i);
Description
Sets the interlace mode when creating the image.
Note that in many case an interlaced image is less compressible, and may have a large image size. The default is non-interlace.
Note that this method only applies to image formats that support interlacing (GIF and PNG). It is ignored for image formats that does not support interlacing.
Arguments
Argument | Default | Description |
i | (Mandatory) | A true value means the image is interlaced. A false value means the image is non-interlaced. |
Return Value
None
© 2023 Advanced Software Engineering Limited. All rights reserved.