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

DPIAwareImageCollection.Assign(ImageCollection) Method

Copies all available property settings from the target DPIAwareImageCollection to this DPIAwareImageCollection.

Namespace: DevExpress.Utils

Assembly: DevExpress.Utils.v18.2.dll

Declaration

public void Assign(
    ImageCollection imageCollection
)

Parameters

Name Type Description
imageCollection ImageCollection

A DPIAwareImageCollection object whose settings should be copied to this DPIAwareImageCollection.

See Also