ChartDirector 5.1 (.NET Edition)

DrawArea.outBMP


Usage

[VB] Public Function outBMP(filename As String) As Boolean
[C#] public bool outBMP(string filename);

Description

Writes the DrawArea to a BMP image file.

Arguments

ArgumentDefaultDescription
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.