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

DPIAwareImageCollection Constructors

Storage that serves as an external icon source for DevExpress controls. Automatically replaces default images with their larger counterparts at higher DPI settings.
Name Parameters Description
DPIAwareImageCollection() none Initializes a new instance of the DPIAwareImageCollection class with the default settings.
DPIAwareImageCollection(IContainer) container Initializes a new instance of the DPIAwareImageCollection class with the specified settings.
See Also