Skip to main content
All docs
V23.2

SvgImageCollection.FromResources(Assembly) Method

Generates a new SvgImageCollection instance filled with images from a project assembly.

Namespace: DevExpress.Utils

Assembly: DevExpress.Utils.v23.2.dll

NuGet Packages: DevExpress.Utils, DevExpress.Wpf.Core

Declaration

[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
public static SvgImageCollection FromResources(
    Assembly assembly
)

Parameters

Name Type Description
assembly Assembly

An Assembly that contains the target embedded resource images.

Returns

Type Description
SvgImageCollection

An SvgImageCollection object that contains images from a project assembly.

See Also