[C#] | public bool loadPNG(string filename); |
[VB] | Public Function loadPNG(filename As String) As Boolean |
ChartDirector 7.1 (.NET Edition)
DrawArea.
Usage
[C#] | public bool loadPNG(string filename); |
[VB] | Public Function loadPNG(filename As String) As Boolean |
Description
Arguments
Argument | Default | Description |
---|---|---|
filename | (Mandatory) | The pathname of the image file or resource. Please refer to Path Specification on how ChartDirector interprets pathnames. |
Return Value