Skip to content

IADLXDisplayScalingMode

Navigation: ADLX SDK ReferencesADLX InterfacesDisplay

The IADLXDisplayScalingMode interface configures scaling mode settings of a display.

InterfaceId:IADLXDisplayScalingMode
Smart Pointer Interface Name:IADLXDisplayScalingModePtr
Inherits:IADLXInterface
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

MethodDescription
GetModeGets the current scaling mode of a display.
IsSupportedChecks if the scaling mode is supported on a display.
SetModeSets the scaling mode of a display.

Requirements

Headerinclude “IDisplaySettings.h”
Minimum version1.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.

Subpages

  • GetMode - Gets the current scaling mode of a display.
  • IsSupported - Checks if the scaling mode is supported on a display.
  • SetMode - Sets the scaling mode of a display.

API Reference

This page references: