DXGI_MATRIX_3X2_F structure
Represents a 3x2 matrix. Used with GetMatrixTransform and SetMatrixTransform to indicate the scaling and translation transform for SwapChainPanel swap chains.
Syntax
typedef struct _DXGI_MATRIX_3X2_F { FLOAT _11; FLOAT _12; FLOAT _21; FLOAT _22; FLOAT _31; FLOAT _32; } DXGI_MATRIX_3X2_F;
Members
- _11
-
The value in the first row and first column of the matrix.
- _12
-
The value in the first row and second column of the matrix.
- _21
-
The value in the second row and first column of the matrix.
- _22
-
The value in the second row and second column of the matrix.
- _31
-
The value in the third row and first column of the matrix.
- _32
-
The value in the third row and second column of the matrix.
Requirements
|
Minimum supported client |
Windows 8.1 [desktop apps | Windows Store apps] |
|---|---|
|
Minimum supported server |
Windows Server 2012 R2 [desktop apps | Windows Store apps] |
|
Header |
|
See also