2.366 .tiledpi

This attribute allows the user to specify for which DPI resolution the application's tiles were designed. This is especially necessary if graphics were created for a specific (and different) resolution and you want to make sure that they are displayed correctly in the application. The size of an image/pattern is then converted to the currently valid DPI value based on this value.
Likewise, it is of course also possible to create the graphics for a high resolution and then have them scaled down by the IDM for lower DPIs.

Definition

  • Data type

    integer (may be 0)

  • Access

    get, set

  • changed event

    no

The .tiledpi attribute was introduced for IDM version A.06.03.a in order to allow HighDPI support.

Note

This attribute can be set only after IDM initialization, but not in the running application.

Availability

Since IDM version A.06.03.a

See also

Chapter “HighDPI Support” in manual “Programming Techniques”