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