Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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) |