D2D_MATRIX_3X2_F structure
Represents a 3-by-2 matrix.
Syntax
struct D2D_MATRIX_3X2_F {
FLOAT _11;
FLOAT _12;
FLOAT _21;
FLOAT _22;
FLOAT _31;
FLOAT _32;
};
Members
- _11
-
Type: FLOAT
-
The value in the first row and first column of the matrix.
- _12
-
Type: FLOAT
-
The value in the first row and second column of the matrix.
- _21
-
Type: FLOAT
-
The value in the second row and first column of the matrix.
- _22
-
Type: FLOAT
-
The value in the second row and second column of the matrix.
- _31
-
Type: FLOAT
-
The value in the third row and first column of the matrix.
- _32
-
Type: FLOAT
-
The value in the third row and second column of the matrix.
Requirements
|
Minimum supported client |
Windows 7, Windows Vista with SP2 and Platform Update for Windows Vista [desktop apps | Windows Store apps] |
|---|---|
|
Minimum supported server |
Windows Server 2008 R2, Windows Server 2008 with SP2 and Platform Update for Windows Server 2008 [desktop apps | Windows Store apps] |
|
Minimum supported phone |
Windows Phone 8.1 [Windows Phone Silverlight 8.1 and Windows Runtime apps] |
|
Header |
|