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