Skip to main content
A newer version of this page is available. .

ImageLoader.Init(ImageSource[]) Method

Initializes the ImageLoader.

Namespace: DevExpress.ExpressApp.Utils

Assembly: DevExpress.ExpressApp.v18.2.dll

Declaration

public static void Init(
    params ImageSource[] imageSources
)

Parameters

Name Type Description
imageSources DevExpress.ExpressApp.Utils.ImageSource[]

An ImageSource[] object representing an array of the image sources that will be used by the ImageLoader.

Remarks

This method is intended for internal use.

See Also