Training
Modul
Develop accessible resize and reflow - Training
Learn why supporting resize and reflow is crucial for creating accessible websites and apps.
Dëse Browser gëtt net méi ënnerstëtzt.
Upgrat op Microsoft Edge fir vun de Virdeeler vun leschten Eegeschaften, Sécherheetsupdaten, an techneschem Support ze profitéieren.
The Magnification API enables applications to magnify the entire screen or portions of the screen, and to apply color effects.
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.
The Magnification API is designed primarily for C and C++ developers who understand Windows programming and who are familiar with graphics programming concepts.
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.
Notiz
The Magnification API is not supported under WOW64; that is, a 32-bit magnifier application will not run correctly on 64-bit Windows.
Topic | Description |
---|---|
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. |
Microsoft Accessibility website, Accessibility in Windows 10
Training
Modul
Develop accessible resize and reflow - Training
Learn why supporting resize and reflow is crucial for creating accessible websites and apps.