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