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

ImageLoader.LoadFromFullResource(Assembly, String) Method

Retrieves an image stored as a resource in an assembly.

Namespace: DevExpress.ExpressApp.Utils

Assembly: DevExpress.ExpressApp.v18.2.dll

Declaration

[Browsable(false)]
public Image LoadFromFullResource(
    Assembly assembly,
    string fullResourceName
)

Parameters

Name Type Description
assembly Assembly

A Assembly objects representing the assembly from which the image will be loaded.

fullResourceName String

A string representing the full name of the resource representing the image.

Returns

Type Description
Image

A Image object representing the retrieved image.

Remarks

This method is intended for internal use.

See Also