ChartDirector 7.1 (C++ Edition)

DrawArea.outJPG2


Usage

MemBlock outJPG(int quality = 80);

Description

Writes the DrawArea as a JPEG image to memory.

Arguments

ArgumentDefaultDescription
quality80The quality of the image.

Return Value

A memory block containing the JPEG image.