TCnPictureBox.LoadAsync Method

Loads the image asynchronously.

Namespace: CNClrLib.Control.PictureBox
public
 procedure LoadAsync; overload;

Besides calling the LoadAsync method, the WaitOnLoad property must be set to false to load an image asynchronously. When you load an image asynchronously, you can handle the OnLoadProgressChanged event to determine the progress of an image load or the OnLoadCompleted event to determine when an image load has completed.