IADLXDisplayIntegerScaling

The IADLXDisplayintegerScaling interface configures Integer Display Scaling settings on a display.

InterfaceId:

IADLXDisplayIntegerScaling

Smart Pointer Interface Name:

IADLXDisplayIntegerScalingPtr

Inherits:

IADLXInterface

Inherited By:

N/A

Note : Integer Display Scaling is not supported when GPU scaling is disabled.

Methods

Method

Description

IsEnabled

Checks if the Integer Display Scaling is enabled on a display.

IsSupported

Checks if the Integer Display Scaling is supported on a display.

SetEnabled

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 .