Vergrosserung
Information in accordance with directive 1999/94/EC as amended: further information on the official fuel consumption and the official specific CO2 emissions of new cars can be found in the 'Guide on the fuel economy, CO2 emissions and power consumption of all new passenger car models' available free of charge at all points of sale in Germany and from DAT Deutsche Automobil Treuhand GmbH. Magnification API.; 2 minutes to read; In this article Purpose. The Magnification API enables applications to magnify the entire screen or portions of the screen, and to apply color effects.
Purpose
The Magnification API enables applications to magnify the entire screen or portions of the screen, and to apply color effects.
Vergrosserung English
Where applicable
By using the Magnification API, developers can create Windows-based assistive-technology applications that magnify the screen and apply color effects to the magnified screen content. For users with low vision, the enlarged image size and color effects can help make the computer easier to see and use.
Developer audience
The Magnification API is designed primarily for C and C++ developers who understand Windows programming and who are familiar with graphics programming concepts.
Run-time requirements
The initial release of the Magnification API is supported on Windows Vista and later operating systems. A second release adds fullscreen magnification capabilities and is supported on Windows 8 and later.
The API is supported by Magnification.dll. To compile your application, include Magnification.h and link to Magnification.lib.
Note
The Magnification API is not supported under WOW64; that is, a 32-bit magnifier application will not run correctly on 64-bit Windows.
Vergrosserungen
In this section
Topic | Description |
---|---|
What's New | This topic summarizes the changes that were made to the Magnification API for Windows 8. |
Magnification API Overview | This topic describes the Magnification API and explains how to use it in an application. |
Reference | This section contains reference information for the Magnification API. |
Samples | The following sample application demonstrates how to use the Magnification API to create a full screen magnifier that magnifies the entire screen, and a windowed magnifier that magnifies and displays a portion of the screen in a window. |