BitmapDataPath method (ILEADRasterIO)

Visual Basic example

Visual C++ 5.0 example

Delphi 4 example

C++ Builder example

 

Syntax

short (ILEADRaster *pRaster, BSTR pszURL);

Overview

Refer to Implementing Internet Features.

Remarks

Loads the specified bitmap asynchronously. The value can be a local pathname or an Internet URL.

To manage the loading, you can use the ReadyState property and the ReadyStateChange event.

The ReadyStateChange event can be used to determine the status of the transfer.

See Also

Elements:

ReadyState property, ReadyStateChange event, LoadOffset method

Topics:

Raster Images: Loading Files