Please enable JavaScript to view this site.

ESL Documentation

ESLLIB Function

Convert a screen co-ordinate from dialog units to pixels

EslDlgToScreen( WIDTH_IV, HEIGHT_IV)

WIDTH_IV

The horizontal position or width to be converted.

HEIGHT_IV

The vertical position or height to be converted.

Description

This function performs an in-place conversion from dialog units, which are based of the size of the system font to the units used by the graphic display unit picture elements, known as pixels.

See Also

EslScreenToDlg( ) Function