ChartDirector 5.1 (.NET Edition)

DrawArea.loadJPG


Usage

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

Description

Load a JPG image into the current DrawArea.

This method will overwrite the current DrawArea.

Arguments

ArgumentDefaultDescription
filename(Mandatory)The filename of the image to be loaded.

Return Value

A true value indicates no error. A false value indicates the operation is unsuccessful.