ChartDirector 7.1 (.NET Edition)

DrawArea.outPNG2


Usage

[C#]public byte[] outPNG2();
[VB]Public Function outPNG2() As Byte()

Description

Writes the DrawArea as a PNG image to memory.

Arguments

None

Return Value

A byte array containing the PNG image.