Author Topic: About Windows GDI  (Read 3950 times)

0 Members and 1 Guest are viewing this topic.

Offline José Roca

  • Administrator
  • Hero Member
  • *****
  • Posts: 2530
  • User-Rate: +209/-0
  • Gender: Male
About Windows GDI
« on: August 22, 2011, 11:25:29 AM »
The Microsoft® Windows® graphics device interface (GDI) enables applications to use graphics and formatted text on both the video display and the printer. Windows-based applications do not access the graphics hardware directly. Instead, GDI interacts with device drivers on behalf of applications.

The attached file contains an help file with documentation for all the GDI API functions and structures, adapted to the PowerBASIC syntax.