[VB] | Public Function outImage(filename As String) As Boolean |
[C#] | public bool outImage(string filename); |
ChartDirector 5.1 (.NET Edition)
DrawArea.outImage
Usage
[VB] | Public Function outImage(filename As String) As Boolean |
[C#] | public bool outImage(string filename); |
Description
Arguments
Argument | Default | Description |
---|---|---|
filename | (Mandatory) | The filename of the output image file. |
Return Value