Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

IdxSourceDPI Interface

Allows a DevExpress control to obtain the source DPI value of an image stored within the image list or container.

#Declaration

Delphi
IdxSourceDPI = interface(IInterface)

#Remarks

All image lists and image containers designed to work with DPI-aware DevExpress controls must implement this interface to inform the controls of the DPI value for which the stored image is created.

Implement the IdxSourceDPI interface in a TCustomImageList or TGraphic class descendant to provide DevExpress controls with information for calculating the stored image’s on-screen dimensions (GetSourceDPI).

The TdxSmartGlyph and TcxBaseImageList classes implement the IdxSourceDPI interface.

#Inheritance

IInterface
IdxSourceDPI
See Also