xtd 0.2.0
Loading...
Searching...
No Matches

◆ matrix_order

Specifies the order for matrix transform operations.

Namespace
xtd::drawing::drawing_2d
Library
xtd.drawing
Remarks
Matrix transform operations are not necessarily commutative. The order in which they are applied is important.
Enumerator
prepend 

The new operation is applied before the old operation.

append 

The new operation is applied after the old operation.