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

SvgImageCollection(IContainer) Constructor

Initializes a new instance of the SvgImageCollection class with the specified settings.

Namespace: DevExpress.Utils

Assembly: DevExpress.Utils.v18.2.dll

Declaration

public SvgImageCollection(
    IContainer container
)

Parameters

Name Type Description
container IContainer

An IContainer that specifies an object that owns this SvgImageCollection.

See Also