Skip to content

IADLXDisplayResolution

Navigation: ADLX SDK ReferencesADLX InterfacesDisplay

The IADLXDisplayResolution interface configures a custom display resolution.

InterfaceId:IADLXDisplayResolution
Smart Pointer Interface Name:IADLXDisplayResolutionPtr
Inherits:IADLXInterface
Inherited By:N/A

Methods

MethodDescription
GetValueGets the properties of a custom display resolution.
SetValueSets the properties of a custom display resolution.

Requirements

Headerinclude “IDisplaySettings.h”
Minimum version1.0

Example

To see how to use this interface in a C++ application, refer to the DisplayCustomResolution C++ sample.

For a C application, refer to the DisplayCustomResolution C sample.

Subpages

  • GetValue - Gets the properties of a custom display resolution.
  • SetValue - Sets the properties of a custom display resolution.

See Also: GetValue, SetValue, IADLXInterface, DisplayCustomResolution, DisplayCustomResolution