DISPLAYCONFIG_2DREGION structure (wingdi.h)

The DISPLAYCONFIG_2DREGION structure represents a point or an offset in a two-dimensional space.

Syntax

typedef struct DISPLAYCONFIG_2DREGION {
  UINT32 cx;
  UINT32 cy;
} DISPLAYCONFIG_2DREGION;

Members

cx

The horizontal component of the point or offset.

cy

The vertical component of the point or offset.

Requirements

Requirement Value
Minimum supported client Available in Windows 7 Client.
Header wingdi.h (include Windows.h)