Skip to main content

Images(ImageCollection) Constructor

Initializes a new instance of the Images class with the specified owner.

Namespace: DevExpress.Utils

Assembly: DevExpress.Utils.v23.2.dll

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

Declaration

public Images(
    ImageCollection owner
)

Parameters

Name Type Description
owner ImageCollection

An ImageCollection object that represents the image collection which owns this object.

See Also