Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The DXGI_DDI_MODE_SCALING enumeration type contains values that identify the scaling support for a display.
Syntax
typedef enum DXGI_DDI_MODE_SCALING {
DXGI_DDI_MODE_SCALING_UNSPECIFIED,
DXGI_DDI_MODE_SCALING_STRETCHED,
DXGI_DDI_MODE_SCALING_CENTERED
} ;
Constants
DXGI_DDI_MODE_SCALING_UNSPECIFIEDA DXGI_DDI_MODE_SCALING-typed variable has not yet been assigned a meaningful value. |
DXGI_DDI_MODE_SCALING_STRETCHEDStretched content can be displayed. |
DXGI_DDI_MODE_SCALING_CENTEREDCentered content can be displayed. |
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | Available in Windows Vista and later versions of the Windows operating systems. |
| Header | dxgiddi.h (include D3d10umddi.h) |