D3DKMDT_2DREGION - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// d3dkmdt.h

typedef struct _D3DKMDT_2DREGION {
  UINT cx;
  UINT cy;
} D3DKMDT_2DREGION;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-d3dkmdt-_d3dkmdt_2dregion)

_D3DKMDT_2DREGION structure

Description

The D3DKMDT_2DREGION structure is used to represent a point or an offset in a two-dimensional space.

Members

cx

The horizontal component of the point or offset.

cy

The vertical component of the point or offset.