XMINT2 structure

Describes an 2D integer vector.

Syntax

typedef struct _XMINT2 {
  INT x;
  INT y;
} XMINT2;

Members

x

x-component of the vector.

y

y-component of the vector.

Remarks

This structure is defined in the D3DX\_DXGIFormatConvert.inl header in the DirectX SDK (June 2010) for use from C++. The latest version of this header in the Microsoft.DXSDK.D3DX NuGet Package no longer defines it, and relies on DirectX::XMINT2 in DirectXMath instead.

Requirements

Requirement Value
Header
D3DX_DXGIFormatConvert.inl

See also

Structures

Unpacking and Packing DXGI_FORMAT for In-Place Image Editing