IADLXDisplayIntegerScaling
The IADLXDisplayintegerScaling interface configures Integer Display Scaling settings on a display.
InterfaceId: |
IADLXDisplayIntegerScaling |
Smart Pointer Interface Name: |
IADLXDisplayIntegerScalingPtr |
Inherits: |
|
Inherited By: |
N/A |
Note : Integer Display Scaling is not supported when GPU scaling is disabled.
Dependent Interfaces
On some AMD GPUs, Integer Display Scaling is mutually exclusive with Radeon Super Resolution .
When Integer Display Scaling is enabled, the mutually exclusive features are automatically disabled. If a mutually exclusive feature is re-enabled, its previous configuration settings are restored.
Methods
Method |
Description |
---|---|
Checks if the Integer Display Scaling is enabled on a display. |
|
Checks if the Integer Display Scaling is supported on a display. |
|
Sets the AMD integer scaling to enabled or disabled state on 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 DisplayIntegerScaling C++ sample .
For a C application, refer to the DisplayIntegerScaling C sample .