.. highlightlang:: us .. index:: AppGetGDI .. _appgetgdi: AppGetGDI ========= .. us.tag AppGetGDI ENGLISH App New6000 :ref:`AppGetGDI` returns the used graphic interface for the monitor and printer output. .. function:: o = AppGetGDI() .. us.return **Return Value** *o* is an object with three elements *screen*, *printer* and *timing*. Values: 1 (GDI), 2 (GDI+) or 3 (Direct2D). See :ref:`AppSetGDI`. .. us.history **History** .. list-table:: :header-rows: 1 * - Version - Description * - R2018 (6.00.0) - New. .. seealso:: :ref:`overview-application-object`, :ref:`AppSetGDI` :sub:`id-331822`