MatrixOrder enumeration
Applies to: desktop apps only
The MatrixOrder enumeration specifies the order of multiplication when a new matrix is multiplied by an existing matrix.
Syntax
typedef enum {
MatrixOrderPrepend = 0,
MatrixOrderAppend = 1
} MatrixOrder;
Constants
- MatrixOrderPrepend
-
Specifies that the new matrix is on the left and the existing matrix is on the right.
- MatrixOrderAppend
-
Specifies that the existing matrix is on the left and the new matrix is on the right.
Requirements
|
Minimum supported client | Windows XP, Windows 2000 Professional |
|---|---|
|
Minimum supported server | Windows 2000 Server |
|
Product | GDI+ 1.0 |
|
Header |
|
Send comments about this topic to Microsoft
Build date: 3/6/2012