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, Display Scaling Mode is mutually exclusive with Radeon Super Resolution .
When Display Scaling Mode is enabled, the mutually exclusive features are automatically disabled. If a mutually exclusive feature is re-enabled, its previous configuration settings are restored.
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 .