2#ifndef _matrix_order_h_
3#define _matrix_order_h_
5namespace System {
namespace Drawing {
namespace Drawing2D {
MatrixOrder
Specifies the order of matrix transform operations.
Definition: matrix_order.h:7
@ Append
The new operation is applied after the old operation.
@ Prepend
The new operation is applied before the old operation.
Definition: db_command.h:9