Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The MatrixOrder enumeration specifies the order of multiplication when a new matrix is multiplied by an existing matrix.
Syntax
typedef enum MatrixOrder {
MatrixOrderPrepend = 0,
MatrixOrderAppend = 1
} ;
Constants
MatrixOrderPrepend Value: 0 Specifies that the new matrix is on the left and the existing matrix is on the right. |
MatrixOrderAppend Value: 1 Specifies that the existing matrix is on the left and the new matrix is on the right. |
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows XP, Windows 2000 Professional [desktop apps only] |
Minimum supported server | Windows 2000 Server [desktop apps only] |
Header | gdiplusenums.h (include Gdiplus.h) |