IADLXDisplayScalingMode

The IADLXDisplayScalingMode interface configures scaling mode settings of a display.

InterfaceId:

IADLXDisplayScalingMode

Smart Pointer Interface Name:

IADLXDisplayScalingModePtr

Inherits:

IADLXInterface

Inherited By:

N/A

Methods

Method

Description

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.

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 .