IADLXDisplayScalingMode
The IADLXDisplayScalingMode interface configures scaling mode settings of a display.
InterfaceId: |
IADLXDisplayScalingMode |
Smart Pointer Interface Name: |
IADLXDisplayScalingModePtr |
Inherits: |
|
Inherited By: |
N/A |
Dependent Interfaces
On some AMD GPUs, CENTERED Display Scaling Mode cannot be simultaneously enabled with Radeon Super Resolution .
When CENTERED scaling mode is set, the mutually exclusive features are automatically disabled.
If Radeon Super Resolution is enabled when the scaling mode is CENTERED, the scaling mode is automatically set to FULL_PANEL.
Methods
Method |
Description |
---|---|
Gets the current scaling mode of a display. |
|
Checks if the scaling mode is supported on a display. |
|
Sets the scaling mode of a display. |
Requirements
Header |
include “IDisplaySettings.h” |
Minimum version |
1.0 |
Example
To see how to use this interface in a C++ application, refer to the DisplayScalingMode C++ sample .
For a C application, refer to the DisplayScalingMode C sample .