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

Images(ImageCollection, Boolean) Constructor

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

Namespace: DevExpress.Utils

Assembly: DevExpress.Utils.v19.2.dll

Declaration

public Images(
    ImageCollection owner,
    bool allowModifyImages
)

Parameters

Name Type Description
owner ImageCollection

An ImageCollection object representing the Images object’s owner.

allowModifyImages Boolean

true to permit image modification; otherwise, false.

See Also