System::Drawing::Drawing2D::MatrixOrder enum
MatrixOrder enum
Specifies the order of matrix transform operations.
enum class MatrixOrder
Values
Name | Value | Description |
---|---|---|
Prepend | 0 | The new operation is applied before the old operation. |
Append | 1 | The new operation is applied after the old operation. |
See Also
- Namespace System::Drawing::Drawing2D
- Library Aspose.PUB for C++